Jay Lee commited on
Commit
948cbc2
·
unverified ·
1 Parent(s): 3b3ef34

add .gitignore

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. .gitignore +22 -0
.DS_Store DELETED
Binary file (6.15 kB)
 
.gitignore ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Folder view configuration files
2
+ .DS_Store
3
+ Desktop.ini
4
+
5
+ # Thumbnail cache files
6
+ ._*
7
+ Thumbs.db
8
+
9
+ # Files that might appear on external disks
10
+ .Spotlight-V100
11
+ .Trashes
12
+
13
+ # Compiled Python files
14
+ *.pyc
15
+
16
+ # Compiled C++ files
17
+ *.out
18
+
19
+ # Application specific files
20
+ venv
21
+ node_modules
22
+ .sass-cache