From 6e3628dac371ef943aa464678dfb823111533fa4 Mon Sep 17 00:00:00 2001 From: Ping-Lin Chang Date: Tue, 28 Dec 2021 00:03:19 +0000 Subject: [PATCH] chore: add .gitignore --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7afe16d --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +/bin +/share/man/man1 +.envrc +/dist +/site +.github/**/node_modules +/CHANGELOG.md +/script/build +/tmp + +# VS Code +.vscode + +# IntelliJ +.idea + +# macOS +.DS_Store + +# vim +*.swp + +vendor/ + +# air configuration file: https://github.com/cosmtrek/air +.air.toml +dist/