aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 0631baac215bb4f9a5afc6422bae1619bdbd1242 (plain)
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
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# ignore all bin directories
# matches "bin" in any subfolder
bin/

# ignore all target directories
target/
src/main/webapp
# ignore all files ending with ~
*~ 

.DS_Store

._*
*.jar
.metadata
# Eclipse stuff
.settings/
.classpath
.project
# Idea
.idea
debug-logs/
.README.md.html

docs/Makefile
docs/_build
docs/conf.py