jas-ho commited on
Commit
914530e
·
1 Parent(s): 0d88000

Add .lhignore file

Browse files
Files changed (1) hide show
  1. .lh/.lhignore +6 -0
.lh/.lhignore ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # list file to not track by the local-history extension. comment line starts with a '#' character
2
+ # each line describe a regular expression pattern (search for 'Javascript regex')
3
+ # it will relate to the workspace directory root. for example:
4
+ # '.*\.txt' ignores any file with 'txt' extension
5
+ # '/test/.*' ignores all the files under the 'test' directory
6
+ # '.*/test/.*' ignores all the files under any 'test' directory (even under sub-folders)