Skip to content

Commit e43322f

Browse files
committed
removed redundant files
1 parent 0601250 commit e43322f

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.gitignore

+16-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1+
# Compiled Python files
2+
*.pyc
13

2-
*.iws
4+
# Folder view configuration files
5+
.DS_Store
6+
Desktop.ini
37

4-
*.ipr
8+
# Thumbnail cache files
9+
._*
10+
Thumbs.db
11+
12+
# Files that might appear on external disks
13+
.Spotlight-V100
14+
.Trashes
515

16+
# IntelliJ
617
*.iml
18+
*.ipr
19+
*.iws
20+
.idea

0 commit comments

Comments
 (0)