Skip to content

Instantly share code, notes, and snippets.

View husnuljahneer's full-sized avatar
😍
I'm always available

Husnul Jahneer husnuljahneer

😍
I'm always available
View GitHub Profile
@husnuljahneer
husnuljahneer / remove env file from git forever
Created March 6, 2022 06:43
remove env file from git forever
echo '.env' >> .gitignore
git rm -r --cached .env
git add .gitignore
git commit -m 'untracking .env'
git push origin master
@husnuljahneer
husnuljahneer / a_javascript_snippets.md
Last active February 20, 2022 19:23
JavaScript Snippets

JavaScript Snippets