bigbuffet-rw/.gitignore

31 lines
282 B
Text
Raw Normal View History

2020-03-27 17:35:00 -07:00
/node_modules/
/tmp/
/build/
/coverage/
/.eslintcache
2020-04-21 11:34:18 -07:00
/.env
2020-04-23 19:13:28 -07:00
/deploy.sh
/.vs/
2020-10-14 07:52:06 -07:00
yarn-error.log*
/static/
/static-test/
/public/
2021-09-17 09:25:21 -07:00
/dist/
2021-11-29 08:48:54 -08:00
.idea
.DS_Store
2022-03-03 11:50:00 -08:00
# Custom build files
2022-03-03 20:31:54 -08:00
/custom/**/*
!/custom/*
2022-03-03 20:45:22 -08:00
/custom/*.*
2022-03-03 11:50:00 -08:00
!/custom/.gitkeep
2022-03-03 20:31:54 -08:00
!/custom/**/.gitkeep
2022-03-03 11:50:00 -08:00
# surge.sh
CNAME
AUTH
CORS
ROUTER