15 lines
302 B
Plaintext
15 lines
302 B
Plaintext
# 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
|