Skip to main content

max / granma

Add .gitignore
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-03-05 18:52 UTC
Commit: 36f579555de8f8fc17ac260e3295effdf0bf5a31
Parent: ef45cc0
1 file changed, +14 insertions, -0 deletions
A .gitignore +14
@@ -0,0 +1,14 @@
1 + /target
2 +
3 + # Environment
4 + .env
5 + .env.*
6 +
7 + # OS
8 + .DS_Store
9 +
10 + # IDE
11 + .idea/
12 + .vscode/
13 + *.swp
14 + *.swo