backend/.gitignore

42 lines
409 B
Plaintext
Raw Normal View History

2020-06-09 18:14:49 +02:00
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**
!**/src/test/**
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
### VS Code ###
.vscode/
2020-10-27 18:21:45 +01:00
### Python ###
__pycache__
.pytest_cache
### Parser ###
2020-12-31 13:45:07 +01:00
parser/
envs.sh