aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: b1c3835bd96393e2ed1be21a76d4b0ff1ae7c6ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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/
/logs/