From ea09988177f57cfa3a06069454512b09808b0b5e Mon Sep 17 00:00:00 2001 From: Nicolas Paul Date: Wed, 31 May 2023 22:08:07 +0200 Subject: Add CI with cross-compilation Signed-off-by: Nicolas Paul --- .gitignore | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) (limited to '.gitignore') 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 -- cgit v1.2.3