cleanup & organization. added .gitignore -> .env to ginit

This commit is contained in:
2025-03-04 23:16:23 -07:00
parent 629dfd8d83
commit 458d4d5506
14 changed files with 3 additions and 971 deletions
+2
View File
@@ -1,6 +1,8 @@
#!/bin/zsh
git init
touch .gitignore
echo "*.env" >> .gitignore
git stage -A
git commit -m "init commit"