mirror of
https://github.com/A-Star100/simpliplay-desktop.git
synced 2025-09-17 22:29:38 +00:00
Update .gitignore
This commit is contained in:
parent
bc65336647
commit
a7f1dcd6a5
16
.gitignore
vendored
16
.gitignore
vendored
@ -1,2 +1,16 @@
|
|||||||
|
# Ignore build directories
|
||||||
|
/build/
|
||||||
|
/dist/
|
||||||
|
/bin/
|
||||||
|
|
||||||
|
# Ignore system files (macOS, Windows)
|
||||||
.DS_Store
|
.DS_Store
|
||||||
dist/
|
Thumbs.db
|
||||||
|
|
||||||
|
# Ignore node_modules (if you are using Node.js)
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# Ignore any other IDE/editor-specific files (VSCode, etc.)
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
Loading…
Reference in New Issue
Block a user