-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
42 lines (42 loc) · 1.03 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
**/bin/*
**/obj/*
**_ReSharper*
**/.sonar/*
Code/**/packages/*
**.suo
**.user
**.dbmdl
**.schemaview
DB/**/sql
**.orig
**.rdl.data
**/StyleCopViolations.xml
_references.js
*_*_*.csproj.swp
*_*_*.csproj
/Code/.vs
/Code/.vscode/
*.nupkg
**/node_modules/**
**/react-widgets/dist/**
**/react-widgets/*.log
/Code/.idea/.idea.IDEV/.idea/.name
/Code/.idea/.idea.IDEV/.idea/contentModel.xml
/Code/.idea/.idea.IDEV/.idea/modules.xml
/Code/.idea/.idea.IDEV/.idea/vcs.xml
/Code/.idea/.idea.IDEV/.idea/workspace.xml
/Code/.idea/.idea.IDEV/riderModule.iml
/Code/.idea/config/applicationhost.config
/Code/.idea/.idea.AllIn/.idea/.name
/Code/.idea/.idea.AllIn/.idea/contentModel.xml
/Code/.idea/.idea.AllIn/.idea/modules.xml
/Code/.idea/.idea.AllIn/.idea/workspace.xml
/Code/.idea/.idea.AllIn/.idea/vcs.xml
/Code/.idea/.idea.AllIn/riderModule.iml
/Code/.idea
Code/\.idea/\.idea\.AllIn/\.idea/
.idea
*/.idea/*
/Code/Rookee/WebApi/RookeeCoreAdvertService/README.md
/Code/Rookee/WebApi/RookeeCoreProjectService/README.md
/Code/Rookee/WebApi/RookeeCoreScenarioService/README.md