1
0
mirror of https://github.com/pattern-lab/patternlab-php.git synced 2025-01-29 11:59:16 +01:00

Ignore svn folder

If you use SVN, you will get a bunch of error when running `build`.

Ignore `.svn` folder and everything is 👌
This commit is contained in:
Cédric Aellen 2013-09-20 10:44:41 +02:00
parent 8e070ca108
commit d63157950e

View File

@ -11,7 +11,7 @@ pp = "/../../public/patterns/";
ie = "scss,DS_Store,less"
// directories and files to ignore when building or watching the source dir, separate with a comma
id = "scss"
id = "scss,.svn"
// choose which ports the websocket services should run on
contentSyncPort = "8002"