Skip to content

Commit a6b2d31

Browse files
authored
Merge pull request #69 from architecture-building-systems/feature/gitignoreupdate
gitignoring VisualStudio cache folder
2 parents d548fac + 411670a commit a6b2d31

File tree

1 file changed

+71
-67
lines changed

1 file changed

+71
-67
lines changed

.gitignore

Lines changed: 71 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,71 @@
1-
# Project specific files and folders to ignore
2-
PythonConsoleControl/obj/
3-
RevitPythonShell/obj/
4-
RpsRuntime/obj/
5-
6-
7-
# Byte-compiled / optimized / DLL files
8-
__pycache__/
9-
*.py[cod]
10-
11-
# C extensions
12-
*.so
13-
14-
# Distribution / packaging
15-
.Python
16-
env/
17-
bin/
18-
build/
19-
develop-eggs/
20-
dist/
21-
eggs/
22-
lib/
23-
lib64/
24-
parts/
25-
sdist/
26-
var/
27-
*.egg-info/
28-
.installed.cfg
29-
*.egg
30-
31-
# Installer logs
32-
pip-log.txt
33-
pip-delete-this-directory.txt
34-
35-
# Unit test / coverage reports
36-
htmlcov/
37-
.tox/
38-
.coverage
39-
.cache
40-
nosetests.xml
41-
coverage.xml
42-
43-
# Translations
44-
*.mo
45-
46-
# Mr Developer
47-
.mr.developer.cfg
48-
.project
49-
.pydevproject
50-
51-
# Rope
52-
.ropeproject
53-
54-
# Django stuff:
55-
*.log
56-
*.pot
57-
58-
# Sphinx documentation
59-
docs/_build/
60-
61-
*.swp
62-
63-
# project specific stuff
64-
.DS_Store
65-
RevitPythonShell/Examples/Output
66-
RevitPythonShell/Examples/Output_HelloWorld
67-
*.suo
1+
# Project specific files and folders to ignore
2+
PythonConsoleControl/obj/
3+
RevitPythonShell/obj/
4+
RpsRuntime/obj/
5+
6+
7+
# Byte-compiled / optimized / DLL files
8+
__pycache__/
9+
*.py[cod]
10+
11+
# C extensions
12+
*.so
13+
14+
# Distribution / packaging
15+
.Python
16+
env/
17+
bin/
18+
build/
19+
develop-eggs/
20+
dist/
21+
eggs/
22+
lib/
23+
lib64/
24+
parts/
25+
sdist/
26+
var/
27+
*.egg-info/
28+
.installed.cfg
29+
*.egg
30+
31+
# Installer logs
32+
pip-log.txt
33+
pip-delete-this-directory.txt
34+
35+
# Unit test / coverage reports
36+
htmlcov/
37+
.tox/
38+
.coverage
39+
.cache
40+
nosetests.xml
41+
coverage.xml
42+
43+
# Translations
44+
*.mo
45+
46+
# Mr Developer
47+
.mr.developer.cfg
48+
.project
49+
.pydevproject
50+
51+
# Rope
52+
.ropeproject
53+
54+
# Django stuff:
55+
*.log
56+
*.pot
57+
58+
# Sphinx documentation
59+
docs/_build/
60+
61+
*.swp
62+
63+
# project specific stuff
64+
.DS_Store
65+
RevitPythonShell/Examples/Output
66+
RevitPythonShell/Examples/Output_HelloWorld
67+
*.suo
68+
69+
70+
# Visual Studio 2015 cache/options directory
71+
.vs/

0 commit comments

Comments
 (0)