mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Updated .gitignore based on the new file structure.
This commit is contained in:
parent
707e97ce8a
commit
d37da32ffa
1 changed files with 14 additions and 14 deletions
28
.gitignore
vendored
28
.gitignore
vendored
|
@ -9,20 +9,20 @@
|
||||||
!/docker/.env.example
|
!/docker/.env.example
|
||||||
/node_modules/
|
/node_modules/
|
||||||
/npm-debug.log
|
/npm-debug.log
|
||||||
/src/assets/js/**/*.min.js
|
/assets/js/**/*.min.js
|
||||||
/src/assets/css/**/*.min.css
|
/assets/css/**/*.min.css
|
||||||
/src/config.php
|
/config.php
|
||||||
/src/storage/cache/*
|
/storage/cache/*
|
||||||
!/src/storage/cache/.htaccess
|
!/storage/cache/.htaccess
|
||||||
!/src/storage/cache/index.html
|
!/storage/cache/index.html
|
||||||
/src/storage/logs/*
|
/storage/logs/*
|
||||||
!/src/storage/logs/.htaccess
|
!/storage/logs/.htaccess
|
||||||
!/src/storage/logs/index.html
|
!/storage/logs/index.html
|
||||||
/src/storage/sessions/*
|
/storage/sessions/*
|
||||||
!/src/storage/sessions/.htaccess
|
!/storage/sessions/.htaccess
|
||||||
!/src/storage/sessions/index.html
|
!/storage/sessions/index.html
|
||||||
/src/storage/uploads/*
|
/storage/uploads/*
|
||||||
/!src/storage/uploads/index.html
|
/!storage/uploads/index.html
|
||||||
/vendor/
|
/vendor/
|
||||||
/metafile
|
/metafile
|
||||||
/**/.DS_Store
|
/**/.DS_Store
|
||||||
|
|
Loading…
Reference in a new issue