Skip to content

Commit bac6c7f

Browse files
committed
Cleaned up gitignore
1 parent 5138e87 commit bac6c7f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.gitignore

+8-7
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,25 @@
22
extensions/*
33
!extensions/pyRevit.extension/
44

5-
# ignore pyCharm workspace settings
6-
.idea/
7-
85
# ignore third-party lib folder
96
lib/*
107

8+
# ignore pyCharm workspace settings
9+
.idea/workspace.xml
10+
1111
# ignore release files
1212
release/*.exe
1313
release/setupmaker/output/*
1414

15+
# ignore uninstaller files that will be copied to this folder at installation
16+
unins*.dat
17+
unins*.exe
18+
19+
1520
# ignore Goodsync cache folder
1621
_gsdata_/
1722

1823
# ignore standard python and os temp files
1924
__py*
2025
*.db
2126
.DS_Store
22-
23-
# ignore uninstaller files that will be copied to this folder at installation
24-
unins*.dat
25-
unins*.exe

0 commit comments

Comments
 (0)