diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 124 |
1 files changed, 71 insertions, 53 deletions
@@ -1,63 +1,81 @@ -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# 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 - -# nyc test coverage -.nyc_output +### Jekyll ### +_site +.sass-cache +.jekyll-metadata +Gemfile.lock -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt -# Bower dependency directory (https://bower.io/) -bower_components +### Gulp ### +package.json +/node_modules/ -# node-waf configuration -.lock-wscript -# Compiled binary addons (https://nodejs.org/api/addons.html) -build/Release +### Atom ### +.ftpconfig +.sftpconfig -# Dependency directories -node_modules/ -jspm_packages/ -# TypeScript v1 declaration files -typings/ +### Compiled Source ### +*.com +*.class +*.dll +*.exe +*.o +*.so -# Optional npm cache directory -.npm -# Optional eslint cache -.eslintcache +### Compressed Packages ### +*.7z +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip -# Optional REPL history -.node_repl_history -# Output of 'npm pack' -*.tgz - -# Yarn Integrity file -.yarn-integrity - -# dotenv environment variables file -.env - -# next.js build output -.next - -config.json +### Logs and Databases ### +*.log +*.sql +*.sqlite + + +### Linux ### +*~ +.fuse_hidden* +.Trash-* +.nfs* + + +### MacOS ### +*.DS_Store +.AppleDouble +.LSOverride +Icon +._* +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + + +### Windows ### +Thumbs.db +ehthumbs.db +ehthumbs_vista.db +Desktop.ini +$RECYCLE.BIN/ +*.cab +*.msi +*.msm +*.msp +*.lnk
\ No newline at end of file |
