This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/.gitignore

28 lines
364 B
Text
Raw Normal View History

2016-07-26 17:29:53 +00:00
# Libraries
/vendor
/node_modules
2016-07-27 15:37:44 +00:00
/npm-debug.log
2016-07-26 17:29:53 +00:00
# Configuration
/config/config.ini
2016-07-26 17:29:53 +00:00
# Storage
2017-05-15 18:40:53 +00:00
/store/*
!/store/.gitkeep
/store/cache/*
!/store/cache/.gitkeep
/store/uploads/*
!/store/uploads/.gitkeep
2016-07-26 17:29:53 +00:00
# OS specific shit
2015-04-06 14:26:30 +00:00
[Tt]humbs.db
2016-07-26 17:29:53 +00:00
[Dd]esktop.ini
2016-07-27 15:37:44 +00:00
2017-04-08 16:07:18 +00:00
# IDE specific shit
.vscode
2016-07-27 15:37:44 +00:00
# Compiled/copied assets
/public/js
/public/css
2016-11-01 17:00:42 +00:00
/resources/assets/typescript/*.d.ts