diff options
| author | 2026-08-18 13:37:27 +0200 | |
|---|---|---|
| committer | 2026-08-18 13:37:27 +0200 | |
| commit | 1717f7fd69c772be9e85d657b2267418b199574b (patch) | |
| tree | 2e8549b85887ad0c8911fc0a16d7a5084d2d928d /.gitignore | |
| parent | 0adc3b9a3d0c02821eacdacc3e25215156294209 (diff) | |
Ignore non relevant files for project
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,2 +1,13 @@ # java /target + +#python +/*.py + +# test scans +/scanTests +/ips-for-testing.txt + +# ide's +.idea +.vscode |
