soapbox/.gitignore

34 wiersze
323 B
Plaintext
Czysty Zwykły widok Historia

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