-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
54 lines (47 loc) · 1006 Bytes
/
.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
43
44
45
46
47
48
49
50
51
52
53
54
# BUILD
/build
/bin
/obj
/**/bin
/**/obj
/**/node_modules
# IDE
*.user
/.vscode
/.vs
/**/.vscode
/**/.vs
# !.vscode/settings.json
/**/publish/
/usa-elections/design
/usa-elections/**/*Copy*.*
/usa-elections-proto
# EXCLUDE
# /folder/excel
# /folder/**/shared
# /folder/**/wwwroot/css
# /folder/**/wwwroot/js/*bundle.js
# /folder/**/.gitignore
# /folder/**/*Home.razor
# EXCLUDE EXCEPT
# /browser/IgBlazorSamples.Client/Pages/**
# ! /browser/IgBlazorSamples.Client/Pages/_Home.razor
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
*.xlsx
usa-elections/wwwroot/data/elections tmp.txt
*.zip
*.xml
usa-elections/wwwroot/config/state-locations.json
usa-elections/wwwroot/config/state-locations-gap.csv
*.txt
usa-elections/wwwroot/data/elections org.json
usa-elections/wwwroot/data/elections-2000-2004.json
usa-elections/wwwroot/data/elections-2008-2012.json
usa-elections/wwwroot/data/elections-2016.csv
*.geojson
usa-elections/Pages/MapBubblesView.razor