Skip to content

Commit 8996059

Browse files
author
Jens Jahnke
committed
The paths for .htaccess, config.php and config_override.php should
be absolute because there may be some files with the same names deeper in the path structure.
1 parent 4735a0f commit 8996059

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SugarCRM.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## SugarCRM
22
# Ignore custom .htaccess stuff.
3-
.htaccess
3+
/.htaccess
44
# Ignore large parts of the annoying cache directory without breaking things.
55
cache/csv/*
66
cache/dashlets/*
@@ -16,8 +16,8 @@ cache/smarty/cache/*
1616
cache/smarty/templates_c/*
1717
cache/xml/*
1818
# Custom configuration should also be ignored.
19-
config.php
20-
config_override.php
19+
/config.php
20+
/config_override.php
2121
# The silent upgrade scripts aren't needed.
2222
silentUpgrade*.php
2323
# Logs files can safely be ignored.

0 commit comments

Comments
 (0)