Skip to content

Commit aea06e8

Browse files
authored
Merge pull request #1 from weijer/addnew
Addnew
2 parents d93073e + 579ef48 commit aea06e8

File tree

18 files changed

+1502
-880
lines changed

18 files changed

+1502
-880
lines changed

.gitignore

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Windows image file caches
2+
Thumbs.db
3+
ehthumbs.db
4+
5+
# Folder config file
6+
Desktop.ini
7+
8+
# Recycle Bin used on file shares
9+
$RECYCLE.BIN/
10+
11+
# Windows Installer files
12+
*.cab
13+
*.msi
14+
*.msm
15+
*.msp
16+
17+
18+
# Python Compiled files
19+
*.pyc
20+
*.pyo
21+
22+
# IDE file Compile files
23+
/.idea/
24+
*/.idea/
25+
26+
# =========================
27+
# Operating System Files
28+
# =========================
29+
30+
# OSX
31+
# =========================
32+
33+
.DS_Store
34+
.AppleDouble
35+
.LSOverride
36+
37+
# Icon must ends with two \r.
38+
Icon
39+
# Thumbnails
40+
._*
41+
42+
# Files that might appear on external disk
43+
.Spotlight-V100
44+
.Trashes
45+
46+
# Test file
47+
*_test.py
48+
49+
# Link file
50+
*.lnk
51+
52+
# Others
53+
.idea/*
54+
.idea

.idea/dictionaries/chengwei.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.idea/encodings.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/nuke_plugin.iml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)