linstrom/.gitignore

40 lines
663 B
Text
Raw Permalink Normal View History

2023-11-27 20:52:02 +00:00
/target
db.sqlite
.env
.lapce/
2024-01-31 16:49:54 +00:00
*/tmp.*
2024-08-22 17:57:53 +00:00
/frontend/
2024-09-17 13:45:15 +00:00
config.toml
.air.toml
*/.null_*
2024-11-07 15:31:28 +00:00
tmp/
2024-08-22 17:57:53 +00:00
# --- Section ember frontend ---
# compiled output
/frontend-src/dist/
/frontend-src/declarations/
# dependencies
/frontend-src/node_modules/
# misc
/frontend-src/.env*
/frontend-src/.pnp*
/frontend-src/.eslintcache
/frontend-src/coverage/
/frontend-src/npm-debug.log*
/frontend-src/testem.log
/frontend-src/yarn-error.log
# ember-try
/frontend-src/.node_modules.ember-try/
/frontend-src/npm-shrinkwrap.json.ember-try
/frontend-src/package.json.ember-try
/frontend-src/package-lock.json.ember-try
/frontend-src/yarn.lock.ember-try
# broccoli-debug
/frontend-src/DEBUG/
2024-08-28 15:20:38 +00:00