Created
September 13, 2022 14:23
-
-
Save apsolut/924630125359d39a028eb22d61219dc9 to your computer and use it in GitHub Desktop.
gitignore starter
This file contains hidden or 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
# all files | |
node_modules/ | |
hubspot.config.yaml | |
.DS_Store | |
# editors | |
.vscode | |
.idea | |
.env | |
.env.* | |
*.psd | |
*.eps | |
*.zip | |
*.figma | |
*.DS_Store | |
*.sql | |
*.db | |
# Logs | |
logs | |
*.log | |
npm-debug.log* | |
yarn-debug.log* | |
yarn-error.log* | |
lerna-debug.log* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment