2021-02-05 13:56:56 -05:00
|
|
|
# Exclude node modules
|
2020-08-03 16:51:20 -04:00
|
|
|
node_modules
|
2021-02-05 13:56:56 -05:00
|
|
|
|
|
|
|
# Exclude the compiled project
|
|
|
|
dist/*
|
|
|
|
|
|
|
|
# Include the demo_assets folder
|
|
|
|
!dist/demo_assets/
|
|
|
|
|
2021-02-15 19:44:47 -05:00
|
|
|
# Include the built-in asset folder
|
|
|
|
!dist/builtin/
|
|
|
|
|
2022-04-01 18:43:59 -04:00
|
|
|
# Include the shattered_sword_assets
|
|
|
|
!dist/shattered_sword_assets
|
|
|
|
|
2021-02-05 13:56:56 -05:00
|
|
|
### IF YOU ARE MAKING A PROJECT, YOU MAY WANT TO UNCOMMENT THIS LINE ###
|
|
|
|
# !dist/assets/
|
|
|
|
|