Merge "Log exceptions from CachingUtil.java"
[music.git] / .gitignore
1 # Byte-compiled / optimized / DLL files
2 __pycache__/
3 *.py[cod]
4
5 # ignore all bin directories
6 # matches "bin" in any subfolder
7 bin/
8
9 # ignore all target directories
10 target/
11 src/main/webapp
12 # ignore all files ending with ~
13 *~ 
14
15 .DS_Store
16
17 ._*
18 *.jar
19 .metadata
20 # Eclipse stuff
21 .settings/
22 .classpath
23 .project
24 # Idea
25 .idea
26 debug-logs/
27 .README.md.html
28
29 docs/Makefile
30 docs/_build
31 docs/conf.py