Files
farmos/.gitignore
2025-01-19 16:52:55 +00:00

17 lines
312 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
.direnv/