Continued working on the scaffolding of the development environment

This commit is contained in:
2022-02-19 02:50:03 -05:00
parent ceb27ca327
commit 01837faf36
10 changed files with 8093 additions and 219 deletions

3
.gitignore vendored
View File

@ -1,5 +1,6 @@
# Don't copy NPM modules around!
node_modules/
# Don't commit compiled CSS files
# Don't commit compiled CSS and CoffeeScript files
public/stylesheets/*.css
public/scripts/*.js