metrics-web/.gitignore
Iain R. Learmonth 32a35f3f95 Integrate RelaySearch (Fixes: #25392)
This is using commit b6e6c3235806c9d1521dbc2c08cecee626466928 of atlas.git.

 * Removes submodule for RS.
 * Move two license files to basedirectory; these should be merged.
 * Move atlas.css into css folder
 * Fonts in both were identical
 * Changes all findable paths to the new setting
 * js libs were simply copied; these should be sorted out more
 * Merged rs/img and rs/images folder into images

Thanks to iwakeh for the bulk of the work in this commit.
2018-07-02 14:44:03 +01:00

29 lines
294 B
Plaintext

# hidden files
.*
# Generated stuff
/generated/
/stats/
/lib/
LOGBASE_IS_UNDEFINED/
cobertura.ser
*.csv
*.RData
*.pyc
*.log
# library folder
/lib/
# Copied and possibly modified config file
legacy.config
# other
*~
# Ignore git mergetool backup files
*.orig
# Ignore Vim swap files
*.swp