Initial card game asset pipeline
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# Local environment and secrets
|
||||
.env
|
||||
*.env
|
||||
|
||||
# Dependency folders
|
||||
node_modules/
|
||||
|
||||
# OS/editor noise
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Runtime logs and temporary files
|
||||
*.log
|
||||
tmp/
|
||||
temp/
|
||||
Reference in New Issue
Block a user