aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 0f6e17bd12a6c9fdb10640c8922d9405f8d0a668 (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
# 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

._*

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