Created
July 22, 2024 09:50
-
-
Save deanacus/510c4c0f5b00672c7df30bafa773edfb to your computer and use it in GitHub Desktop.
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
############################ | |
# Environment Variables | |
############################ | |
.env* | |
!.env.example | |
############################ | |
# Archives | |
############################ | |
*.7z | |
*.bzip | |
*.bzip2 | |
*.bz2 | |
*.gz | |
*.gzip | |
*.jar | |
*.rar | |
*.s7z | |
*.tar | |
*.tar.gz | |
*.tar.bz2 | |
*.tbz2 | |
*.tgz | |
*.war | |
*.xar | |
*.xz | |
*.zip | |
############################ | |
# Disk images | |
############################ | |
*.dmg | |
*.iso | |
*.toast | |
*.vcd | |
############################ | |
# Bundles and Packages | |
############################ | |
*.app | |
*.deb | |
*.msi | |
*.msm | |
*.msp | |
*.pkg | |
*.rpm | |
*.xpi | |
*.gem | |
############################ | |
# Certificates | |
############################ | |
*.pem | |
*.key | |
*.crt | |
*.cer | |
*.der | |
*.priv | |
############################ | |
# Compiled binaries | |
############################ | |
*.dll | |
*.exe | |
############################ | |
# Logs | |
############################ | |
*.log | |
*.log* | |
logs | |
############################ | |
# Databases | |
############################ | |
*.accdb | |
*.dat | |
*.db | |
*.dbf | |
*.mdb | |
*.pdb | |
*.sqlite | |
*.sqlite3 | |
*.db-shm | |
*.db-wal | |
*.rdb | |
############################ | |
# Tooling | |
############################ | |
*cache | |
*.tsbuildinfo | |
.cache | |
.eslintcache | |
.grunt | |
.next | |
.node_history | |
.node_repl_history | |
.npm | |
.nyc_output | |
.swc | |
.turbo | |
.vercel | |
.yarn | |
.yarn-integrity | |
coverage | |
lib-cov | |
############################ | |
# Editor | |
############################ | |
*.sublime-project | |
*.sublime-workspace | |
.buildpath | |
.history | |
.idea | |
.idea_modules | |
.project | |
.settings | |
.vscode | |
nbproject | |
############################ | |
# Cloud | |
############################ | |
.aws-sam | |
.cdk.staging | |
.serverless | |
cdk.out | |
cdk.context.json | |
samconfig.toml | |
template.yml | |
############################ | |
# Dependencies | |
############################ | |
bower_components | |
jspm_packages | |
node_modules | |
vendor | |
web_modules | |
############################ | |
# Build output | |
############################ | |
dist | |
out | |
pacts | |
target | |
############################ | |
# Operating System files | |
############################ | |
$RECYCLE.BIN | |
._* | |
.AppleDouble | |
.DS_Store | |
.LSOverride | |
.Spotlight-V100 | |
.Trashes | |
*~ | |
Desktop.ini | |
ehthumbs.db | |
Thumbs.db | |
############################ | |
# Process files | |
############################ | |
*.pid | |
*.pid.lock | |
*.seed | |
pids | |
############################ | |
# Misc. | |
############################ | |
*.temp | |
*.tmp | |
.temp | |
.tmp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment