Skip to content
Snippets Groups Projects
Select Git revision
  • e710f7187b4c1f19d9a2d54ff3c376a311ab0bc2
  • master default protected
2 results

.ericaignore

Blame
  • .ericaignore 520 B
    [
      "^js/.*",
      "^css/.*",
      "^js/.*",
      "^img/.*",
      "^sounds/.*",
      "^tmp/.*",
      "^docs/.*",
      "^bin/.*",
      "^[^_attachments/].*\\.zip",
      "^[^_attachments/].*\\.tar.gz",
      "^[^_attachments/].*\\.tgz",
      "^[^_attachments/].*\\.pdf",
      "^[^_attachments/].*\\.xlsx",
      "^[^_attachments/].*\\.png",
      "^[^_attachments/].*\\.jpg",
      "^[^_attachments/].*\\.gif",
      "^[^_attachments/].*\\.html",
      "^[^_attachments/].*\\.css",
      "m-demo.*\\.html",
      "processMap.*\\.html",
      "toolbox.*\\.html",
      ".*\\.~*~",
      "NOTIZEN*"
    ]