aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 62501cf8c92b6362f174b74cf892f24261c6e50a (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# 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

._*
# Ignore jars
**/*.jar
*.jar


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

docs/Makefile
docs/_build
docs/conf.py

#VSCODE
.VSCODE
.attach_pid*


#jmeter
jmeter.log