aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
11 daysMove webserver config files to "core" directoryThomas Lange1-0/+1
... and add `/.htaccess` to the ignore list in `.gitignore`. If one wants to configure Apache by using the good old `.htaccess` file, all they have to do is copying the `core/ws-apache.conf` to `.htaccess`. Because of the `.gitignore`, Git will not list the `.htaccess` file as changed anymore if it contains additional configuration parameters.
2024-11-29Rename "rsrc" directories to "static"Thomas Lange1-1/+1
Stop using "rsrc" as name for the directories which contain static files and rename them to "static". This affects the global static directory and the subdirectories in the theme directories. If you've stored your own files in the old global "rsrc" directory, you must move them to the new "static" directory.
2023-02-01Recompile CSS and add ".sass-cache" to .gitignoreThomas Lange1-0/+1
2021-07-22Add /rsrc/ to .gitignore (and use absolute paths)Thomas Lange1-2/+3
2021-06-13Ignore source maps for Javascript and CSSThomas Lange1-0/+2
2019-10-29Remove PHP closing tags and add LF to text filesThomas Lange1-1/+1
Remove the unnecessary PHP closing tags and ensure that *all* text files ending with a LF character.
2017-02-24Initial commit.v1.0Thomas Lange1-0/+2