Spaces:
Runtime error
Runtime error
Add .lhignore file
Browse files- .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)
|