Skip to content

Commit 81d466a

Browse files
author
iiriix
committed
Add a general .gitignore
1 parent b8d0ada commit 81d466a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
*~
2+
.gitignore
3+
4+
# env files
5+
*.env
6+
7+
# swap files
8+
*.swp
9+
10+
# Linux trash folder which might appear on any partition or disk
11+
.Trash-*
12+

0 commit comments

Comments
 (0)