Initial project structure with flamego

This commit is contained in:
2022-12-07 20:20:38 -05:00
parent b5a8889349
commit a7da12d028
5 changed files with 57 additions and 7 deletions

19
.gitignore vendored
View File

@ -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/