-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
25 lines (21 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
# =====================================================================================================
# Git Win64 - ArcGIS Pro
# =====================================================================================================
# Add any directories, files, or patterns you don't want to be tracked by version control
# -----------------------------------------------------------------------------------------------------
# exclude
# -----------------------------------------------------------------------------------------------------
[Bb]in/
[Oo]bj/
*.exe
# *.dll
Thumbs.db
MakeInfo.txt
# -----------------------------------------------------------------------------------------------------
# leave
# -----------------------------------------------------------------------------------------------------
# !*.suo
# -----------------------------------------------------------------------------------------------------
# never include
# -----------------------------------------------------------------------------------------------------
*.vs