Skip to content

Commit f94dafe

Browse files
authored
create .ignore
1 parent 2ea14f3 commit f94dafe

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.gitignore

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
*.pyc
2+
*.diff
3+
*.err
4+
*.orig
5+
*.log
6+
*.rej
7+
*.swo
8+
*.swp
9+
*.vi
10+
*.cache
11+
*.egg-info
12+
*~
13+
*#
14+
15+
# OS or Editor folders
16+
.DS_Store
17+
Thumbs.db
18+
.cache
19+
.project
20+
.settings
21+
._*
22+
.CVS
23+
.idea
24+
_assets
25+
_design
26+
_content
27+
_tmp
28+
dist
29+
build
30+
_build

0 commit comments

Comments
 (0)