AIWAKE-Prototyp mit Programm-Evolution
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
node_modules/
|
||||
|
||||
# Local browser-test and server output
|
||||
server.log
|
||||
server.err.log
|
||||
*-test.png
|
||||
playwright-report/
|
||||
test-results/
|
||||
|
||||
# Local credentials and environment overrides
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.ssh/
|
||||
*.key
|
||||
*.pem
|
||||
|
||||
# Editor and operating-system files
|
||||
.vscode/
|
||||
.idea/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user