ENUGANDHULA NILESH commited on
Commit
e231688
·
unverified ·
1 Parent(s): ceb005e

Create .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +8 -0
.gitignore ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # Ignore all files in the .env directory
2
+ .env/*
3
+
4
+ # Ignore the .env file itself
5
+ !.env/.gitignore
6
+ .env
7
+ .env
8
+ .env