Initial sinatra project structure

This commit is contained in:
2024-07-03 09:32:02 -04:00
parent 55400fa30d
commit fb7f99d67b
21 changed files with 324 additions and 0 deletions

9
.gitignore vendored
View File

@ -56,3 +56,12 @@ build-iPhoneSimulator/
# Used by RuboCop. Remote config files pulled in from inherit_from directive.
# .rubocop-https?--*
# Ignore local data
data/
# Node modules
node_modules/
# Compiled assets
public/css/
public/js/