~caneypuggies/reformedchurcheslocator/couchapp-backbone

1
2
3
4
5
6
7
8
9
10
11
[
  // filenames matching these regexps will not be pushed to the database
  // uncomment to activate; separate entries with ","
  ".*~$",
  // ".*\\.swp$"
  ".*\\.bak$",
  "changes_listeners_temp.js",
  "node_modules/*",
  "sync.txt",
  ".couchapprc-tmpl.template"
]