nelle-observer/.gitignore

25 lines
330 B
Text
Raw Normal View History

2024-08-02 22:27:39 -06:00
# build output
2024-08-11 00:42:57 -06:00
astro/dist/
2024-08-02 22:27:39 -06:00
# generated types
2024-08-11 00:42:57 -06:00
astro/.astro/
2024-08-02 22:27:39 -06:00
# dependencies
2024-08-11 00:42:57 -06:00
astro/node_modules/
2024-08-02 22:27:39 -06:00
# logs
2024-08-11 00:42:57 -06:00
astro/npm-debug.log*
astro/yarn-debug.log*
astro/yarn-error.log*
astro/pnpm-debug.log*
2024-08-02 22:27:39 -06:00
# environment variables
2024-08-11 00:42:57 -06:00
astro/.env
astro/.env.production
2024-08-02 22:27:39 -06:00
# macOS-specific files
2024-08-11 00:42:57 -06:00
astro/.DS_Store
2024-08-02 22:27:39 -06:00
# jetbrains setting folder
2024-08-11 00:42:57 -06:00
astro/.idea/