nun mal erste komplette Version mit API und Frontend (React !)
This commit is contained in:
18
.gitignore
vendored
18
.gitignore
vendored
@@ -52,3 +52,21 @@ docker-compose.override.yml
|
||||
|
||||
# pgAdmin
|
||||
pgadmin_data/
|
||||
|
||||
# Node.js
|
||||
node_modules/
|
||||
package-lock.json
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Frontend Build
|
||||
frontend/dist/
|
||||
frontend/build/
|
||||
|
||||
# Temporal Files
|
||||
*.tmp
|
||||
*.bak
|
||||
|
||||
# PostgreSQL Data
|
||||
postgres_data/
|
||||
|
||||
Reference in New Issue
Block a user