simpliplay-desktop/.gitignore
2025-02-02 10:06:34 +05:30

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