hugo/source
bep bed227886b Add configurable list to ignore files in server watch
The following inside `config.toml` will ignore files ending with `.foo` and `.boo`.

```
watchIgnoreFiles = [ "\\.foo$", "\\.boo$" ]
```

The above is is a list of Reqular Expressions, but note the escaping of the `\` to make TOML happy.

Fixes #1189
2015-06-03 13:38:05 +02:00
..
content_directory_test.go Apply gofmt -s 2015-03-05 23:57:38 +01:00
file.go Correct initialisms as suggested by golint 2015-03-11 21:55:00 +01:00
file_test.go source: add some test cases for File 2015-03-12 20:50:44 +01:00
filesystem.go Add configurable list to ignore files in server watch 2015-06-03 13:38:05 +02:00
filesystem_test.go convert path 2 filepath 2014-11-13 22:37:14 -05:00
filesystem_unix_test.go Testcases for multilevel structure were wrong 2013-12-16 17:43:53 -05:00
filesystem_windows_test.go Fix various Windows-issues 2014-12-09 09:43:15 -05:00
inmemory.go Big refactor of how source files are used. Also added default destination extension option. 2014-10-16 20:20:09 -04:00