Last active
July 20, 2023 15:36
-
-
Save aspsptyd/0d6864b2dc2e14da9be07534a91607cb to your computer and use it in GitHub Desktop.
Git Ignore Terintegrasi App
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# USAHAKAN KETIKA MENAMBAHKAN GITIGNORE PADA SAAT SEBELUM GIT INIT | |
# FOLDERS | |
/vendor | |
/tests | |
/node_modules | |
# FILES | |
.env.example | |
composer.lock | |
package-lock.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment