summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 2f46f26292593f70aa4bf7ab0807d3925d873cd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# java
/target

#python
/*.py

# test scans
/scanTests
/ips-for-testing.txt

# ide's
.idea
.vscode