Skip to content

Commit

Permalink
upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Jul 10, 2024
1 parent 6ce64e6 commit f93fece
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
.DS_Store
/.bundle
/.env
/.env.*.local
/app/assets/builds
/config/*.key
/config/credentials/*.key
/log
/node_modules
/public/assets
/spec/examples.txt
/storage
/tmp
/tmp/pids
/tmp/storage
/vendor/bundle
!/.env*.erb
!/app/assets/builds/.keep
!/db/.keep
!/log/.keep
!/storage/.keep
!/tmp/.keep
!/tmp/pids/
!/tmp/pids/.keep
!/tmp/storage/
!/tmp/storage/.keep
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ RUBY VERSION
ruby 3.3.3p89

BUNDLED WITH
2.5.14
2.5.15

0 comments on commit f93fece

Please sign in to comment.