Initial project structure with flamego
This commit is contained in:
19
.gitignore
vendored
19
.gitignore
vendored
@ -1,8 +1,15 @@
|
||||
# ---> Composer
|
||||
composer.phar
|
||||
/vendor/
|
||||
# Compiled binary
|
||||
raven
|
||||
|
||||
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
|
||||
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
|
||||
# composer.lock
|
||||
# Vendored dependencies
|
||||
vendor/
|
||||
|
||||
# Local database storage
|
||||
data/raven.db
|
||||
|
||||
# Node.js modules for Grunt.js
|
||||
node_modules/
|
||||
|
||||
# Compiled CSS and JS assets
|
||||
public/css/
|
||||
public/js/
|
||||
|
Reference in New Issue
Block a user