Files
yet-another-cad-viewer/.gitignore
2024-03-03 13:16:51 +01:00

14 lines
319 B
Plaintext

# Include your project-specific ignores in this file
# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files
# Useful .gitignore templates: https://github.com/github/gitignore
/node_modules/
/dist/
/yacv_server/frontend/
/.cache/
/.parcel-cache/
/.idea/
/parcel-bundle-reports/
*.iml
venv/