Files
www.koffeejava.us/.gitignore
2022-04-02 19:13:54 +08:00

21 lines
203 B
Plaintext

# hidden files
.*
!.git*
!.editorconfig
!.nojekyll
!.travis.yml
!.husky
!.commitlintrc.json
# bundler cache
_site
vendor
Gemfile.lock
# rubygem
*.gem
# npm dependencies
node_modules
package-lock.json