Skip to content

Commit 9be5c2c

Browse files
committed
tools: add gitignore
1 parent 91a2117 commit 9be5c2c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# OS and editors
2+
.DS_Store
3+
._*
4+
Thumbs.db
5+
Desktop.ini
6+
*.bak
7+
.cache
8+
.project
9+
.settings
10+
.tmproj
11+
nbproject
12+
*.sublime-project
13+
*.sublime-workspace
14+
.idea

0 commit comments

Comments
 (0)