first commit
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
node_modules
|
||||
.DS_Store
|
||||
dist
|
||||
*.log
|
||||
/tmp
|
||||
|
||||
# Environment variables (contains sensitive data)
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Account configuration (may contain phone number)
|
||||
account.json
|
||||
|
||||
# Trace files (debugging artifacts, may contain sensitive data)
|
||||
traces/
|
||||
*.zip
|
||||
Reference in New Issue
Block a user