CSE380/hw3/.gitignore

19 lines
315 B
Plaintext
Raw Normal View History

2022-05-23 06:00:37 -04:00
# Exclude node modules
node_modules
# Exclude the compiled project
dist/*
# Include the demo_assets folder
!dist/demo_assets/
# Include the built-in asset folder
!dist/builtin/
# Include the hw1 assets
!dist/hw3_assets/
### IF YOU ARE MAKING A PROJECT, YOU MAY WANT TO UNCOMMENT THIS LINE ###
# !dist/assets/