summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore28
1 files changed, 8 insertions, 20 deletions
diff --git a/.gitignore b/.gitignore
index b1e61c3..4e21a27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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