initial data model implementation
This commit is contained in:
Vendored
+24
@@ -0,0 +1,24 @@
|
||||
.bundle
|
||||
.byebug_history
|
||||
.env*
|
||||
.ruby-version
|
||||
.tool-versions
|
||||
.yarn-integrity
|
||||
.DS_Store
|
||||
/log/*
|
||||
/tmp/*
|
||||
/storage/*
|
||||
/node_modules
|
||||
/public/assets
|
||||
/public/packs
|
||||
/public/packs-test
|
||||
/public/vite
|
||||
/vendor/bundle
|
||||
/coverage
|
||||
/spec/reports
|
||||
/rerun.txt
|
||||
/pids
|
||||
/db/*.sqlite3
|
||||
/db/*.sqlite3-*
|
||||
/db/schema.rb
|
||||
!.keep
|
||||
Reference in New Issue
Block a user