mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 01:11:23 +00:00
Ignore gemsets and directory env variables
This commit is contained in:
parent
150416730d
commit
0f8960c501
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -3,6 +3,7 @@
|
|||
/tmp/*
|
||||
/spec/tmp/*
|
||||
.ruby-version
|
||||
.ruby-gemset
|
||||
.env
|
||||
.tmp*
|
||||
.rspec
|
||||
|
@ -40,3 +41,6 @@
|
|||
/index/*
|
||||
rerun.txt
|
||||
pickle-email-*.html
|
||||
|
||||
# Direnv
|
||||
.envrc
|
Loading…
Reference in a new issue