Merge "JUNITS for JSONDELETE class"
[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 # Ignore jars
19 **/*.jar
20 *.jar
21
22
23 .metadata
24 # Eclipse stuff
25 .settings/
26 .classpath
27 .project
28 # Idea
29 .idea
30 debug-logs/
31 .README.md.html
32
33 docs/Makefile
34 docs/_build
35 docs/conf.py
36
37 #VSCODE
38 .VSCODE
39 .attach_pid*
40
41
42 #jmeter
43 jmeter.log