blessing-skin-server/.gitignore

30 lines
449 B
Plaintext
Raw Normal View History

2018-03-11 12:00:43 +08:00
.DS_Store
2016-07-21 22:01:57 +08:00
.env
.sass-cache
2017-07-20 15:36:59 +08:00
coverage
.idea/
2018-07-25 15:32:08 +08:00
.cache/
2018-07-29 15:31:54 +08:00
.cache-loader/
2016-07-21 22:01:57 +08:00
vendor/*
2019-12-03 16:54:06 +08:00
storage/textures
2016-08-28 20:33:35 +08:00
storage/textures/*
2016-11-25 13:13:26 +08:00
storage/update_cache/*
2016-07-21 22:01:57 +08:00
node_modules/*
2019-04-27 13:09:10 +08:00
target/
2018-03-18 09:48:30 +08:00
yarn-error.log
2018-07-18 10:36:12 +08:00
_ide_helper.php
.phpstorm.meta.php
2019-02-17 08:44:47 +08:00
.uini
junit.xml
2019-03-12 17:15:51 +08:00
storage/*.db
storage/*.sqlite
2019-12-31 10:38:58 +08:00
storage/insane-profile-cache
2019-04-25 23:24:24 +08:00
storage/oauth-public.key
storage/oauth-private.key
2019-09-06 23:53:47 +08:00
storage/install.lock
2019-12-23 23:28:46 +08:00
storage/options.php
2019-08-09 22:49:17 +08:00
.phpunit.result.cache
2019-12-14 11:10:37 +08:00
.php_cs.cache
2019-12-23 23:14:31 +08:00
resources/views/overrides
2020-05-19 17:02:54 +08:00
public/sw.js