Last active
October 19, 2021 23:43
-
-
Save jeanlescure/a5c96553d4bf6754703f84f16cf75f72 to your computer and use it in GitHub Desktop.
My Default Git Ignore File
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
### Linux ### | |
*~ | |
# temporary files which can be created if a process still has a handle open of a deleted file | |
.fuse_hidden* | |
# KDE directory preferences | |
.directory | |
# Linux trash folder which might appear on any partition or disk | |
.Trash-* | |
# .nfs files are created when an open file is removed but is still being accessed | |
.nfs* | |
### macOS ### | |
# General | |
.DS_Store | |
.AppleDouble | |
.LSOverride | |
# Icon must end with two \r | |
Icon | |
# Thumbnails | |
._* | |
# Files that might appear in the root of a volume | |
.DocumentRevisions-V100 | |
.fseventsd | |
.Spotlight-V100 | |
.TemporaryItems | |
.Trashes | |
.VolumeIcon.icns | |
.com.apple.timemachine.donotpresent | |
# Directories potentially created on remote AFP share | |
.AppleDB | |
.AppleDesktop | |
Network Trash Folder | |
Temporary Items | |
.apdisk | |
### Node ### | |
# Logs | |
logs | |
*.log | |
npm-debug.log* | |
yarn-debug.log* | |
yarn-error.log* | |
lerna-debug.log* | |
.pnpm-debug.log* | |
# Diagnostic reports (https://nodejs.org/api/report.html) | |
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json | |
# Runtime data | |
pids | |
*.pid | |
*.seed | |
*.pid.lock | |
# Directory for instrumented libs generated by jscoverage/JSCover | |
lib-cov | |
# Coverage directory used by tools like istanbul | |
coverage | |
*.lcov | |
# nyc test coverage | |
.nyc_output | |
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) | |
.grunt | |
# Bower dependency directory (https://bower.io/) | |
bower_components | |
# node-waf configuration | |
.lock-wscript | |
# Compiled binary addons (https://nodejs.org/api/addons.html) | |
build/Release | |
# Dependency directories | |
node_modules/ | |
jspm_packages/ | |
# Snowpack dependency directory (https://snowpack.dev/) | |
web_modules/ | |
# TypeScript cache | |
*.tsbuildinfo | |
# Optional npm cache directory | |
.npm | |
# Optional eslint cache | |
.eslintcache | |
# Microbundle cache | |
.rpt2_cache/ | |
.rts2_cache_cjs/ | |
.rts2_cache_es/ | |
.rts2_cache_umd/ | |
# Optional REPL history | |
.node_repl_history | |
# Output of 'npm pack' | |
*.tgz | |
# Yarn Integrity file | |
.yarn-integrity | |
# dotenv environment variables file | |
.env | |
.env.* | |
*.env | |
# parcel-bundler cache (https://parceljs.org/) | |
.cache | |
.parcel-cache | |
# Next.js build output | |
.next | |
out | |
# Nuxt.js build / generate output | |
.nuxt | |
dist | |
# Gatsby files | |
.cache/ | |
# Comment in the public line in if your project uses Gatsby and not Next.js | |
# https://nextjs.org/blog/next-9-1#public-directory-support | |
# public | |
# vuepress build output | |
.vuepress/dist | |
# Serverless directories | |
.serverless/ | |
# FuseBox cache | |
.fusebox/ | |
# DynamoDB Local files | |
.dynamodb/ | |
# TernJS port file | |
.tern-port | |
# Stores VSCode versions used for testing VSCode extensions | |
.vscode-test | |
# yarn v2 | |
.yarn/cache | |
.yarn/unplugged | |
.yarn/build-state.yml | |
.yarn/install-state.gz | |
.pnp.* | |
### react ### | |
.DS_* | |
**/*.backup.* | |
**/*.back.* | |
node_modules | |
*.sublime* | |
psd | |
thumb | |
sketch | |
### ReactNative ### | |
# React Native Stack Base | |
.expo | |
__generated__ | |
### ReactNative.Android Stack ### | |
# Built application files | |
*.apk | |
*.aar | |
*.ap_ | |
*.aab | |
# Files for the ART/Dalvik VM | |
*.dex | |
# Java class files | |
*.class | |
# Generated files | |
bin/ | |
gen/ | |
out/ | |
# Uncomment the following line in case you need and you don't have the release build type files in your app | |
# release/ | |
# Gradle files | |
.gradle/ | |
build/ | |
# Local configuration file (sdk path, etc) | |
local.properties | |
# Proguard folder generated by Eclipse | |
proguard/ | |
# Log Files | |
# Android Studio Navigation editor temp files | |
.navigation/ | |
# Android Studio captures folder | |
captures/ | |
# IntelliJ | |
*.iml | |
.idea/workspace.xml | |
.idea/tasks.xml | |
.idea/gradle.xml | |
.idea/assetWizardSettings.xml | |
.idea/dictionaries | |
.idea/libraries | |
.idea/jarRepositories.xml | |
# Android Studio 3 in .gitignore file. | |
.idea/caches | |
.idea/modules.xml | |
# Comment next line if keeping position of elements in Navigation Editor is relevant for you | |
.idea/navEditor.xml | |
# External native build folder generated in Android Studio 2.2 and later | |
.externalNativeBuild | |
.cxx/ | |
# Freeline | |
freeline.py | |
freeline/ | |
freeline_project_description.json | |
# fastlane | |
fastlane/report.xml | |
fastlane/Preview.html | |
fastlane/screenshots | |
fastlane/test_output | |
fastlane/readme.md | |
# Version control | |
vcs.xml | |
# lint | |
lint/intermediates/ | |
lint/generated/ | |
lint/outputs/ | |
lint/tmp/ | |
# lint/reports/ | |
# Android Profiling | |
*.hprof | |
### ReactNative.Buck Stack ### | |
buck-out/ | |
.buckconfig.local | |
.buckd/ | |
.buckversion | |
.fakebuckversion | |
### ReactNative.Gradle Stack ### | |
.gradle | |
# Ignore Gradle GUI config | |
gradle-app.setting | |
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) | |
!gradle-wrapper.jar | |
# Cache of project | |
.gradletasknamecache | |
### ReactNative.Xcode Stack ### | |
# Xcode | |
# | |
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore | |
## User settings | |
xcuserdata/ | |
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) | |
*.xcscmblueprint | |
*.xccheckout | |
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) | |
DerivedData/ | |
*.moved-aside | |
*.pbxuser | |
!default.pbxuser | |
*.mode1v3 | |
!default.mode1v3 | |
*.mode2v3 | |
!default.mode2v3 | |
*.perspectivev3 | |
!default.perspectivev3 | |
## Gcc Patch | |
/*.gcno | |
### ReactNative.macOS Stack ### | |
# General | |
# Icon must end with two \r | |
# Thumbnails | |
# Files that might appear in the root of a volume | |
# Directories potentially created on remote AFP share | |
### Sass ### | |
.sass-cache/ | |
*.css.map | |
*.sass.map | |
*.scss.map | |
### Test ### | |
### Ignore all files that could be used to test your code and | |
### you wouldn't want to push | |
# Reference https://en.wikipedia.org/wiki/Metasyntactic_variable | |
# Most common | |
*foo | |
*bar | |
*fubar | |
*foobar | |
*baz | |
# Less common | |
*qux | |
*quux | |
*bongo | |
*bazola | |
*ztesch | |
# UK, Australia | |
*wibble | |
*wobble | |
*wubble | |
*flob | |
*blep | |
*blah | |
*boop | |
*beep | |
# Japanese | |
*hoge | |
*piyo | |
*fuga | |
*hogera | |
*hogehoge | |
# Portugal, Spain | |
*fulano | |
*sicrano | |
*beltrano | |
*mengano | |
*perengano | |
*zutano | |
# France, Italy, the Netherlands | |
*toto | |
*titi | |
*tata | |
*tutu | |
*pipppo | |
*pluto | |
*paperino | |
*aap | |
*noot | |
*mies | |
# Other names that would make sense | |
*tests | |
*testsdir | |
*testsfile | |
*testsfiles | |
*test | |
*testdir | |
*testfile | |
*testfiles | |
*testing | |
*testingdir | |
*testingfile | |
*testingfiles | |
*temp | |
*tempdir | |
*tempfile | |
*tempfiles | |
*tmp | |
*tmpdir | |
*tmpfile | |
*tmpfiles | |
*lol | |
### Windows ### | |
# Windows thumbnail cache files | |
Thumbs.db | |
Thumbs.db:encryptable | |
ehthumbs.db | |
ehthumbs_vista.db | |
# Dump file | |
*.stackdump | |
# Folder config file | |
[Dd]esktop.ini | |
# Recycle Bin used on file shares | |
$RECYCLE.BIN/ | |
# Windows Installer files | |
*.cab | |
*.msi | |
*.msix | |
*.msm | |
*.msp | |
# Windows shortcuts | |
*.lnk | |
### yarn ### | |
# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored | |
yarn* | |
.yarn* | |
.yarn/* | |
.yarn/releases | |
.yarn/plugins | |
.yarn/sdks | |
.yarn/versions | |
# if you are NOT using Zero-installs, then: | |
# comment the following lines | |
.yarn/cache | |
# and uncomment the following lines | |
# .pnp.* | |
### misc ### | |
import-sc/ | |
certs*.json | |
*.pem | |
!**/scripts/test | |
!scripts/test | |
*.audit | |
*.tar | |
*.tar.gz | |
*.tar.xz | |
*.dump | |
*.dump.json | |
*.dump.sql | |
*.dump.csv | |
# Rush temporary files | |
common/deploy/ | |
common/temp/ | |
common/autoinstallers/*/.npmrc | |
**/.rush/temp/ | |
# Heft | |
.heft |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment