diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 28 |
1 files changed, 8 insertions, 20 deletions
@@ -1,24 +1,12 @@ /.vscode/ /.idea/ - -# build output -dist/ -# generated types -.astro/ - -# dependencies -node_modules/ - -# logs -npm-debug.log* -yarn-debug.log* -yarn-error.log* -pnpm-debug.log* - - -# environment variables +/dst/ .env -.env.production - -# macOS-specific files .DS_Store +/testdata/dst/ +*.exe +*.o +*.out +*.so +*.a +*.dll
\ No newline at end of file |
