bigbuffet-rw/.gitignore

35 lines
329 B
Text
Raw Normal View History

2020-03-27 17:35:00 -07:00
/node_modules/
/tmp/
/build/
/coverage/
2022-04-05 06:22:47 -07:00
/.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*
/junit.xml
2023-09-14 18:40:58 -07:00
*.timestamp-*
/dist/
/static/
/public/
2021-09-17 09:25:21 -07:00
/dist/
2023-09-18 10:54:21 -07:00
/soapbox.zip
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
2022-03-16 13:32:43 -07:00
/CNAME
/AUTH
/CORS
/ROUTER