bi-ido-flight-log-public/.gitignore
2022-10-02 23:23:03 +02:00

48 lines
568 B
Plaintext

target/
!.mvn/wrapper/maven-wrapper.jar
# Dependencies
node_modules
# Compiled files
frontend/scripts
frontend/src/environment.js
frontend/src/environment.ts
frontend/dist
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### VS Code ###
.vscode
### NetBeans ###
/nbproject/private/
/build/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# OS
.DS_STORE
Thumbs.db