.lhignore 444 B

123456
  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)