Initial commit
This commit is contained in:
commit
0cc501eec0
14 changed files with 535 additions and 0 deletions
48
.gitignore
vendored
Normal file
48
.gitignore
vendored
Normal file
|
@ -0,0 +1,48 @@
|
|||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
**/logs/
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDEs
|
||||
.idea/
|
||||
.vscode/
|
||||
*.iml
|
||||
|
||||
# Build & dependencies (Java)
|
||||
target/
|
||||
.mvn/
|
||||
mvnw
|
||||
mvnw.cmd
|
||||
|
||||
# Java cache
|
||||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
.gradle/
|
||||
build/
|
||||
|
||||
# Angular
|
||||
node_modules/
|
||||
dist/
|
||||
.angular/
|
||||
.output/
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# Angular cache
|
||||
.turbo/
|
||||
.npm/
|
||||
.cache/
|
||||
|
||||
# Docker
|
||||
*.pid
|
||||
docker-compose.override.yml
|
||||
|
||||
# Misc
|
||||
*.bak
|
||||
*.swp
|
||||
*.tmp
|
Loading…
Add table
Add a link
Reference in a new issue