Updated gitignore to ignore .env and include itself
This commit is contained in:
parent
a4e863b647
commit
7492eeaea7
|
@ -0,0 +1,16 @@
|
|||
# ignore everything
|
||||
*
|
||||
|
||||
# don't ignore dirs so we can look inside them
|
||||
!*/
|
||||
|
||||
# but do ignore volumes and subsubdirs
|
||||
volumes/
|
||||
*/*/
|
||||
|
||||
# only allow .yml files
|
||||
!*.yml
|
||||
|
||||
!*.md
|
||||
!.gitignore
|
||||
.env
|
Loading…
Reference in New Issue