minchyeom commited on
Commit
84e30ee
·
1 Parent(s): edacc72

feat(gitignore): add sample directory to ignore list

Browse files
Files changed (1) hide show
  1. .gitignore +1 -0
.gitignore CHANGED
@@ -29,6 +29,7 @@ MANIFEST
29
  # Documents
30
  uploads/
31
  vm_state/
 
32
 
33
  # PyInstaller
34
  # Usually these files are written by a python script from a template
 
29
  # Documents
30
  uploads/
31
  vm_state/
32
+ sample/
33
 
34
  # PyInstaller
35
  # Usually these files are written by a python script from a template