39 lines
470 B
Text
39 lines
470 B
Text
# Libraries
|
|
/vendor
|
|
/node_modules
|
|
/npm-debug.log
|
|
/yarn-error.log
|
|
|
|
# Configuration
|
|
/config/config.ini
|
|
/config/github.ini
|
|
/.debug
|
|
/.migrating
|
|
|
|
# Storage
|
|
/store
|
|
|
|
# OS specific
|
|
[Tt]humbs.db
|
|
[Dd]esktop.ini
|
|
.DS_Store
|
|
|
|
# IDE specific
|
|
.vscode/
|
|
.vs/
|
|
.idea/
|
|
|
|
# Vagrant things
|
|
.vagrant/
|
|
/devel/nginx/dhparam.pem
|
|
/devel/nginx/misuzu.crt
|
|
/devel/nginx/misuzu.key
|
|
|
|
# Compiled/copied assets
|
|
/public/js
|
|
/public/css
|
|
/public/webfonts
|
|
/assets/typescript/*.d.ts
|
|
|
|
# Google
|
|
/public/robots.txt
|