linstrom/.gitignore
mstar 68d7a5e8c3
Some checks are pending
/ docker (push) Waiting to run
Start work on own tls termination and http3 support
2025-05-26 17:10:46 +02:00

41 lines
671 B
Text

/target
db.sqlite
.env
.lapce/
*/tmp.*
/frontend/
config.toml
.air.toml
*/.null_*
tmp/
.idea/
# --- 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/