mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
b33078fa33
* Moved conf assets into options folder * Dropped old bindata * Started to integrate options bindata and accessors * Do not enforce a builtin app.ini * Replaced bindata calls with options * Dropped bindata task from makefile, it's the generate task now * Always embedd app.ini to provide sane config defaults * Use sane defaults for the configuration * Defined default value for SSH_KEYGEN_PATH * Dropped "NEVER EVER MODIFY THIS FILE" header from app.ini * Fixed new paths in latest test additions * Drop bindata with make clean task * Set more proper default values
37 lines
605 B
Plaintext
37 lines
605 B
Plaintext
# Ignore configuration files that may contain sensitive information.
|
|
sites/*/*settings*.php
|
|
|
|
# Ignore paths that contain generated content.
|
|
files/
|
|
sites/*/files
|
|
sites/*/private
|
|
|
|
# Ignore default text files
|
|
robots.txt
|
|
/CHANGELOG.txt
|
|
/COPYRIGHT.txt
|
|
/INSTALL*.txt
|
|
/LICENSE.txt
|
|
/MAINTAINERS.txt
|
|
/UPGRADE.txt
|
|
/README.txt
|
|
sites/all/README.txt
|
|
sites/all/modules/README.txt
|
|
sites/all/themes/README.txt
|
|
|
|
# Ignore everything but the "sites" folder ( for non core developer )
|
|
.htaccess
|
|
web.config
|
|
authorize.php
|
|
cron.php
|
|
index.php
|
|
install.php
|
|
update.php
|
|
xmlrpc.php
|
|
/includes
|
|
/misc
|
|
/modules
|
|
/profiles
|
|
/scripts
|
|
/themes
|