Install deps.
This commit is contained in:
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# Ignore Composer-generated files.
|
||||
.editorconfig
|
||||
.gitattributes
|
||||
vendor
|
||||
web/*
|
||||
|
||||
# farmOS uses this to store OAuth2 keys.
|
||||
keys
|
||||
|
||||
# This creates an exception for ./web/modules/custom, which can be used for
|
||||
# custom module code that is part of this repository.
|
||||
!web/modules
|
||||
web/modules/*
|
||||
!web/modules/custom
|
||||
Reference in New Issue
Block a user