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

26 lines
286 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
# Cache
/cache/*
2016-07-26 17:29:53 +00:00
!/cache/.gitkeep
# 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
2015-04-01 15:34:29 +00:00
$RECYCLE.BIN/
2016-07-26 17:29:53 +00:00
.DS_Store
2016-07-27 15:37:44 +00:00
# Compiled/copied assets
/public/js
/public/css
2016-08-04 21:24:08 +00:00
# User assets
/uploads/*
!/uploads/.gitkeep