Skip to content

Commit

Permalink
chore: add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pinglin committed Dec 28, 2021
1 parent 345e209 commit 6e3628d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit 6e3628d

Please sign in to comment.