Updated puma.rb to put temp files under ./tmp/

This commit is contained in:
2023-03-31 11:25:21 -04:00
parent e081f37bda
commit 4568733655
5 changed files with 12 additions and 4 deletions

3
.gitignore vendored
View File

@ -59,6 +59,9 @@ build-iPhoneSimulator/
# Ignore local config files
config/
# Ignore temp files
tmp/
# Ignore Grunt.js dependencies
node_modules/