Initial import: web4beginners editor and deployment setup
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# OS / editor
|
||||
.DS_Store
|
||||
|
||||
# Local runtime files
|
||||
.offline-server.log
|
||||
.offline-server.pid
|
||||
|
||||
# Editor auth + reset + rate limit state (never commit)
|
||||
content/.editor-credentials.json
|
||||
content/.editor-reset.json
|
||||
content/.editor-rate-limit.json
|
||||
|
||||
# Generated backups
|
||||
*.bak
|
||||
content/*.bak
|
||||
|
||||
# Optional local tooling
|
||||
node_modules/
|
||||
Reference in New Issue
Block a user