diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-05-31 22:08:07 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-05-31 22:08:07 +0200 |
| commit | ea09988177f57cfa3a06069454512b09808b0b5e (patch) | |
| tree | 76b3dc5a15d67c0917967186897553dd19da6bcb /.gitignore | |
| parent | a0976d22e8ec247f80759f44b1d2ce606bf59d2d (diff) | |
Add CI with cross-compilation
Signed-off-by: Nicolas Paul <n@nc0.fr>
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 |
