2024-07-12 09:57:00 +02:00
|
|
|
# IDE / editor specific ignores
|
|
|
|
.idea/
|
|
|
|
.vscode/
|
|
|
|
|
|
|
|
# Environment files
|
2021-10-08 23:36:46 +02:00
|
|
|
.env
|
2024-07-12 09:57:00 +02:00
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
|
|
|
|
# JavaScript
|
|
|
|
node_modules
|
2021-12-02 21:12:43 +01:00
|
|
|
yarn-error.log
|
2024-07-12 09:57:00 +02:00
|
|
|
|
|
|
|
# Docker
|
2024-08-23 10:20:30 +02:00
|
|
|
compose.yml
|
2022-02-06 11:02:58 +01:00
|
|
|
|
2024-07-12 09:57:00 +02:00
|
|
|
# Misc
|
|
|
|
dist
|
|
|
|
/db
|
2022-02-06 11:02:58 +01:00
|
|
|
/private
|