feat: v1
This commit is contained in:
17
frontend/.gitignore
vendored
Normal file
17
frontend/.gitignore
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
# Dépendances
|
||||
/node_modules
|
||||
|
||||
# Build Angular
|
||||
/dist
|
||||
/out-tsc
|
||||
/.angular/cache
|
||||
|
||||
# IDE
|
||||
/.idea
|
||||
/.vscode/*
|
||||
!/.vscode/extensions.json
|
||||
|
||||
# Logs et divers
|
||||
*.log
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user