Skip to content

Commit

Permalink
ignore storage folder and .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Haothai1 committed Jan 17, 2025
1 parent 3699397 commit 82341c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/.bundle

# Ignore all environment files (except templates).
.env
/.env*
!/.env*.erb
*.env
Expand All @@ -24,6 +25,7 @@
!/tmp/pids/.keep

# Ignore storage (uploaded files in development and any SQLite databases).
/storage/*
/storage/.keep
!/storage/.keep
/tmp/storage/*
Expand All @@ -40,4 +42,4 @@

.DS_Store
.vscode/*
# Ignore test files
# Ignore test files

0 comments on commit 82341c2

Please sign in to comment.