GIGAParviz commited on
Commit
f8514f7
·
verified ·
1 Parent(s): fe100ef

Create .hfignore

Browse files
Files changed (1) hide show
  1. .hfignore +8 -0
.hfignore ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # Ignore all files in a directory
2
+ private_folder/
3
+
4
+ # Ignore all `.log` files
5
+ *.log
6
+
7
+ # Ignore all files in subdirectories
8
+ **/temp/