We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5138e87 commit bac6c7fCopy full SHA for bac6c7f
.gitignore
@@ -2,24 +2,25 @@
2
extensions/*
3
!extensions/pyRevit.extension/
4
5
-# ignore pyCharm workspace settings
6
-.idea/
7
-
8
# ignore third-party lib folder
9
lib/*
10
+# ignore pyCharm workspace settings
+.idea/workspace.xml
+
11
# ignore release files
12
release/*.exe
13
release/setupmaker/output/*
14
15
+# ignore uninstaller files that will be copied to this folder at installation
16
+unins*.dat
17
+unins*.exe
18
19
20
# ignore Goodsync cache folder
21
_gsdata_/
22
23
# ignore standard python and os temp files
24
__py*
25
*.db
26
.DS_Store
-# ignore uninstaller files that will be copied to this folder at installation
-unins*.dat
-unins*.exe
0 commit comments