misuzu/.gitignore

48 lines
590 B
Text
Raw Normal View History

# Assets
/public/assets
/assets/current.json
2018-01-03 02:02:55 +00:00
# Libraries
/vendor
/node_modules
/npm-debug.log
/yarn-error.log
/lib/index-dev
/composer.local.json
2018-01-03 02:02:55 +00:00
# Configuration
/config/config.cfg
/config/github.cfg
2018-01-03 02:02:55 +00:00
/config/config.ini
/config/github.ini
/.debug
2019-03-10 01:05:40 +00:00
/.migrating
2018-01-03 02:02:55 +00:00
# Storage
2018-07-17 02:57:05 +00:00
/store
2018-01-03 02:02:55 +00:00
# OS specific
[Tt]humbs.db
[Dd]esktop.ini
2022-07-04 16:42:22 +00:00
.DS_Store
2018-01-03 02:02:55 +00:00
# IDE specific
.vscode/
.vs/
.idea/
# Vagrant things
.vagrant/
/devel/nginx/dhparam.pem
/devel/nginx/misuzu.crt
/devel/nginx/misuzu.key
2018-01-03 02:02:55 +00:00
# Compiled/copied assets
/public/js
/public/css
2018-09-28 16:40:41 +00:00
/public/webfonts
2018-01-03 02:02:55 +00:00
/assets/typescript/*.d.ts
2022-02-19 22:44:57 +00:00
# Google
/public/robots.txt