mirror of
https://github.com/A-Star100/simpliplay-desktop.git
synced 2025-09-17 22:29:38 +00:00
17 lines
255 B
Plaintext
17 lines
255 B
Plaintext
# Ignore build directories
|
|
/build/
|
|
/dist/
|
|
/bin/
|
|
|
|
# Ignore system files (macOS, Windows)
|
|
.DS_Store
|
|
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
|