mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 22:24:17 +01:00
19 lines
417 B
Plaintext
19 lines
417 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/
|
|
/.cache/
|
|
/.parcel-cache/
|
|
/.idea/
|
|
/parcel-bundle-reports/
|
|
|
|
# TODO: Figure out which assets to keep in the repo
|
|
/assets/fox.glb
|
|
/assets/logo.glbs
|
|
/assets/logo.glb
|
|
/assets/logo.stl
|
|
|
|
*.iml
|
|
venv/
|