Add .gitignore: Version 1
This commit is contained in:
parent
d91cb2d709
commit
0460137157
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
# OS-specific files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editor/IDE folders
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
|
||||
# Sensitive data
|
||||
Inspiration/
|
||||
.env
|
||||
|
||||
# Logs and temp files
|
||||
*.log
|
||||
tmp/
|
||||
Loading…
Reference in New Issue
Block a user