Initial code Import.
[music.git] / .gitignore
1 # ignore all bin directories
2 # matches "bin" in any subfolder
3 bin/
4 # ignore all target directories
5 target/
6 src/main/webapp
7 # ignore all files ending with ~
8 *~ 
9 .DS_Store
10 ._*
11 .metadata
12 # Eclipse stuff
13 /.settings/
14 .classpath
15 .project
16 # Idea
17 .idea
18 debug-logs/
19 /logs/