2023-07-15 23:58:17 +00:00
|
|
|
# Assets
|
|
|
|
/public/assets
|
|
|
|
/assets/current.json
|
|
|
|
|
2018-01-03 02:02:55 +00:00
|
|
|
# Libraries
|
|
|
|
/vendor
|
|
|
|
/node_modules
|
|
|
|
/npm-debug.log
|
|
|
|
/yarn-error.log
|
2023-01-06 20:22:03 +00:00
|
|
|
/lib/index-dev
|
2023-07-21 18:58:37 +00:00
|
|
|
/composer.local.json
|
2018-01-03 02:02:55 +00:00
|
|
|
|
|
|
|
# Configuration
|
2023-10-21 23:45:40 +00:00
|
|
|
/config/config.cfg
|
|
|
|
/config/github.cfg
|
2018-01-03 02:02:55 +00:00
|
|
|
/config/config.ini
|
2021-07-30 22:06:11 +00:00
|
|
|
/config/github.ini
|
2018-09-16 19:45:40 +00:00
|
|
|
/.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/
|
|
|
|
|
2022-01-17 01:37:46 +00:00
|
|
|
# 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
|
2025-01-30 14:52:01 +00:00
|
|
|
/public/errors.css
|
|
|
|
/public/error-*.html
|
2022-02-19 22:44:57 +00:00
|
|
|
|
|
|
|
# Google
|
|
|
|
/public/robots.txt
|
2023-10-21 23:54:41 +00:00
|
|
|
|
2024-12-15 17:14:43 +00:00
|
|
|
# Well known
|
|
|
|
/public/.well-known
|
|
|
|
|
2023-10-21 23:54:41 +00:00
|
|
|
# moguu?
|
|
|
|
/public/moguu.swf
|
|
|
|
/public/moguu.html
|
2024-12-15 17:14:43 +00:00
|
|
|
|
|
|
|
# admin
|
|
|
|
/public/admin
|