mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-03-03 17:03:44 +00:00
66 lines
608 B
Plaintext
66 lines
608 B
Plaintext
# VSCodium & VS Code
|
|
.history
|
|
.vscode/
|
|
*.code-workspace
|
|
|
|
# IDE files
|
|
.idea/
|
|
*.sublime-*
|
|
*.swp
|
|
*.swo
|
|
|
|
# Node.js
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-debug.log
|
|
yarn-error.log
|
|
package-lock.json
|
|
yarn.lock
|
|
.npm/
|
|
.pnp/
|
|
.pnp.js
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.Python
|
|
env/
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
venv/
|
|
.env
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
out/
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Project specific
|
|
# Add your project-specific ignores here
|