Mangane/.gitignore

33 lines
309 B
Plaintext
Raw Normal View History

2020-03-28 01:35:00 +01:00
/node_modules/
/tmp/
/build/
/coverage/
2022-04-05 15:22:47 +02:00
/.coverage/
/.eslintcache
2020-04-21 20:34:18 +02:00
/.env
2020-04-24 04:13:28 +02:00
/deploy.sh
/.vs/
2020-10-14 16:52:06 +02:00
yarn-error.log*
/junit.xml
/static/
/static-test/
/public/
2021-09-17 18:25:21 +02:00
/dist/
2021-11-29 17:48:54 +01:00
.idea
.DS_Store
2022-03-03 20:50:00 +01:00
# Custom build files
2022-03-04 05:31:54 +01:00
/custom/**/*
!/custom/*
2022-03-04 05:45:22 +01:00
/custom/*.*
2022-03-03 20:50:00 +01:00
!/custom/.gitkeep
2022-03-04 05:31:54 +01:00
!/custom/**/.gitkeep
2022-03-03 20:50:00 +01:00
# surge.sh
2022-03-16 21:32:43 +01:00
/CNAME
/AUTH
/CORS
/ROUTER