Cleanup some dev things

This commit is contained in:
2023-03-09 19:52:34 +11:00
parent 915c87db9b
commit 8f2c7101a4
2 changed files with 6 additions and 1 deletions

5
.gitignore vendored
View File

@@ -11,4 +11,9 @@ node_modules/*
.bundle/
.env.*
.vimrc.local
*.dump
Capfile
config/deploy.rb
config/deploy/production.rb
tags

View File

@@ -1,2 +1,2 @@
web: bundle exec hanami server
css: npx tailwindcss -i ./app/assets/index.css -o ./public/assets/index.css --watch
css: npx tailwindcss -i ./app/assets/index.css -o ./public/assets/index.css --watch