Initial Project Commit
This commit is contained in:
commit
a6dea9c888
2148 changed files with 173870 additions and 0 deletions
45
.gitignore
vendored
Normal file
45
.gitignore
vendored
Normal file
|
@ -0,0 +1,45 @@
|
|||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
**/logs/
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDEs
|
||||
.idea/
|
||||
.vscode/
|
||||
*.iml
|
||||
|
||||
# Build & dependencies (Java)
|
||||
target/
|
||||
|
||||
# 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