init
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Editors
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*~
|
||||
|
||||
# Agent / local installs
|
||||
node_modules/
|
||||
.npm/
|
||||
.claude/
|
||||
.agents/
|
||||
.augment/
|
||||
|
||||
# Local builds / tmp
|
||||
*.log
|
||||
tmp/
|
||||
build/
|
||||
|
||||
# Env files (never commit)
|
||||
.env
|
||||
.env.*
|
||||
Reference in New Issue
Block a user