2024-01-14 20:08:59 +01:00
|
|
|
# dotenv environment variable files
|
|
|
|
.env
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
.env.local
|
|
|
|
|
|
|
|
# Fresh build directory
|
|
|
|
_fresh/
|
2024-06-06 16:42:05 +02:00
|
|
|
# Fresh generated imports
|
|
|
|
fresh.gen.ts
|
|
|
|
|
2024-01-14 20:08:59 +01:00
|
|
|
# npm dependencies
|
|
|
|
node_modules/
|
2024-01-15 10:43:48 +01:00
|
|
|
|
|
|
|
# Dev assets builds
|
2024-05-28 12:30:29 +02:00
|
|
|
static/dev
|
|
|
|
|
|
|
|
# Dev cache files
|
|
|
|
cache/
|
2024-07-11 12:22:22 +02:00
|
|
|
!src/cache/
|