Skip to content

Commit de7130b

Browse files
author
ScorcH0x1
committed
Add .gitignore file to ignore unnecessary files
1 parent 22d8dfb commit de7130b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Ignore the .idea folder
2+
.idea/
3+
4+
# Ignore logs and temporary files
5+
*.log
6+
*.tmp
7+
8+
# Ignore compiled files
9+
*.o
10+
*.out
11+
*.exe
12+
13+
# Ignore system files
14+
.DS_Store
15+
Thumbs.db

0 commit comments

Comments
 (0)