Skip to content

Commit 22a8c20

Browse files
authored
Merge pull request #1927 from Br3nda/feature/ignore-vendor-bundle
Add vendor/bundle to .gitignore
2 parents fa8c2b2 + 5645d7b commit 22a8c20

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.bundle
2+
vendor/bundle
23
.env.development.local
34
db/*.sqlite3
45
log/*.log
@@ -34,4 +35,4 @@ planningalerts-app.sublime-project
3435
/config/credentials/production.key
3536
/config/credentials/development.key
3637
tmp/flipper.pstore
37-
tmp/local_secret.txt
38+
tmp/local_secret.txt

0 commit comments

Comments
 (0)