Created
October 3, 2017 09:47
-
-
Save virtualLast/7b7de5ea4bcb770d15759e634573d68a to your computer and use it in GitHub Desktop.
global .gitignore for macOS, phpstorm, node, grunt, sublime text, codekit, wordpress, general error logs and files, zips, git, laravel, angular
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
#thanks gitignore.io ;) | |
*~ | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
# General | |
log/ | |
*.log | |
error_log | |
*.7z | |
*.dmg | |
*.gz | |
*.iso | |
*.jar | |
*.rar | |
*.tar | |
*.zip | |
*.log | |
*.sql | |
*.sqlite | |
# Created by https://www.gitignore.io/api/git,node,macos,grunt,symfony,laravel,angular,codekit,sublimetext,phpstorm+all,jetbrains+all | |
### Angular ### | |
## Angular ## | |
# compiled output | |
/dist | |
/tmp | |
/app/**/*.js | |
/app/**/*.js.map | |
# dependencies | |
/node_modules | |
/bower_components | |
# IDEs and editors | |
/.idea | |
# misc | |
/.sass-cache | |
/connect.lock | |
/coverage/* | |
/libpeerconnection.log | |
npm-debug.log | |
testem.log | |
/typings | |
# e2e | |
/e2e/*.js | |
/e2e/*.map | |
#System Files | |
.DS_Store | |
### CodeKit ### | |
# General CodeKit files to ignore | |
config.codekit | |
config.codekit3 | |
/min | |
### CodeKit Patch ### | |
*/codekit-config.json | |
.codekit-cache | |
### Git ### | |
*.orig | |
### grunt ### | |
# Grunt usually compiles files inside this directory | |
dist/ | |
# Grunt usually preprocesses files such as coffeescript, compass... inside the .tmp directory | |
.tmp/ | |
### JetBrains+all ### | |
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm | |
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 | |
# User-specific stuff: | |
.idea/**/workspace.xml | |
.idea/**/tasks.xml | |
.idea/dictionaries | |
# Sensitive or high-churn files: | |
.idea/**/dataSources/ | |
.idea/**/dataSources.ids | |
.idea/**/dataSources.xml | |
.idea/**/dataSources.local.xml | |
.idea/**/sqlDataSources.xml | |
.idea/**/dynamic.xml | |
.idea/**/uiDesigner.xml | |
# Gradle: | |
.idea/**/gradle.xml | |
.idea/**/libraries | |
# CMake | |
cmake-build-debug/ | |
# Mongo Explorer plugin: | |
.idea/**/mongoSettings.xml | |
## File-based project format: | |
*.iws | |
## Plugin-specific files: | |
# IntelliJ | |
/out/ | |
# mpeltonen/sbt-idea plugin | |
.idea_modules/ | |
# JIRA plugin | |
atlassian-ide-plugin.xml | |
# Cursive Clojure plugin | |
.idea/replstate.xml | |
# Ruby plugin and RubyMine | |
/.rakeTasks | |
# Crashlytics plugin (for Android Studio and IntelliJ) | |
com_crashlytics_export_strings.xml | |
crashlytics.properties | |
crashlytics-build.properties | |
fabric.properties | |
### JetBrains+all Patch ### | |
# Ignores the whole idea folder | |
# See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360 | |
.idea/ | |
### Laravel ### | |
vendor/ | |
node_modules/ | |
# Laravel 4 specific | |
bootstrap/compiled.php | |
app/storage/ | |
# Laravel 5 & Lumen specific | |
public/storage | |
public/hot | |
storage/*.key | |
.env.*.php | |
.env.php | |
.env | |
Homestead.yaml | |
Homestead.json | |
# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer | |
.rocketeer/ | |
### macOS ### | |
*.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* | |
# 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 | |
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | |
.grunt | |
# Bower dependency directory (https://bower.io/) | |
bower_components | |
# node-waf configuration | |
.lock-wscript | |
# Compiled binary addons (http://nodejs.org/api/addons.html) | |
build/Release | |
# Dependency directories | |
jspm_packages/ | |
# Typescript v1 declaration files | |
typings/ | |
# Optional npm cache directory | |
.npm | |
# Optional eslint cache | |
.eslintcache | |
# Optional REPL history | |
.node_repl_history | |
# Output of 'npm pack' | |
*.tgz | |
# Yarn Integrity file | |
.yarn-integrity | |
# dotenv environment variables file | |
### PhpStorm+all ### | |
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm | |
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 | |
### PhpStorm ### | |
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm | |
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 | |
# User-specific stuff: | |
.idea/**/workspace.xml | |
.idea/**/tasks.xml | |
.idea/dictionaries | |
# Sensitive or high-churn files: | |
.idea/**/dataSources/ | |
.idea/**/dataSources.ids | |
.idea/**/dataSources.xml | |
.idea/**/dataSources.local.xml | |
.idea/**/sqlDataSources.xml | |
.idea/**/dynamic.xml | |
.idea/**/uiDesigner.xml | |
# Gradle: | |
.idea/**/gradle.xml | |
.idea/**/libraries | |
# CMake | |
cmake-build-debug/ | |
# Mongo Explorer plugin: | |
.idea/**/mongoSettings.xml | |
## File-based project format: | |
*.iws | |
## Plugin-specific files: | |
# IntelliJ | |
/out/ | |
# mpeltonen/sbt-idea plugin | |
.idea_modules/ | |
# JIRA plugin | |
atlassian-ide-plugin.xml | |
# Cursive Clojure plugin | |
.idea/replstate.xml | |
# Ruby plugin and RubyMine | |
/.rakeTasks | |
# Crashlytics plugin (for Android Studio and IntelliJ) | |
com_crashlytics_export_strings.xml | |
crashlytics.properties | |
crashlytics-build.properties | |
fabric.properties | |
### PhpStorm Patch ### | |
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 | |
# *.iml | |
# modules.xml | |
# .idea/misc.xml | |
# *.ipr | |
# Sonarlint plugin | |
.idea/sonarlint | |
# End of https://www.gitignore.io/api/phpstorm | |
# User-specific stuff: | |
# Sensitive or high-churn files: | |
# Gradle: | |
# CMake | |
# Mongo Explorer plugin: | |
## File-based project format: | |
## Plugin-specific files: | |
# IntelliJ | |
# mpeltonen/sbt-idea plugin | |
# JIRA plugin | |
# Cursive Clojure plugin | |
# Ruby plugin and RubyMine | |
# Crashlytics plugin (for Android Studio and IntelliJ) | |
### PhpStorm+all Patch ### | |
# Ignores the whole idea folder | |
# See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360 | |
### SublimeText ### | |
# cache files for sublime text | |
*.tmlanguage.cache | |
*.tmPreferences.cache | |
*.stTheme.cache | |
# workspace files are user-specific | |
*.sublime-workspace | |
# project files should be checked into the repository, unless a significant | |
# proportion of contributors will probably not be using SublimeText | |
# *.sublime-project | |
# sftp configuration file | |
sftp-config.json | |
# Package control specific files | |
Package Control.last-run | |
Package Control.ca-list | |
Package Control.ca-bundle | |
Package Control.system-ca-bundle | |
Package Control.cache/ | |
Package Control.ca-certs/ | |
Package Control.merged-ca-bundle | |
Package Control.user-ca-bundle | |
oscrypto-ca-bundle.crt | |
bh_unicode_properties.cache | |
# Sublime-github package stores a github token in this file | |
# https://packagecontrol.io/packages/sublime-github | |
GitHub.sublime-settings | |
### Symfony ### | |
# Cache and logs (Symfony2) | |
/app/cache/* | |
/app/logs/* | |
!app/cache/.gitkeep | |
!app/logs/.gitkeep | |
# Email spool folder | |
/app/spool/* | |
# Cache, session files and logs (Symfony3) | |
/var/cache/* | |
/var/logs/* | |
/var/sessions/* | |
!var/cache/.gitkeep | |
!var/logs/.gitkeep | |
!var/sessions/.gitkeep | |
# Parameters | |
/app/config/parameters.yml | |
/app/config/parameters.ini | |
# Managed by Composer | |
/app/bootstrap.php.cache | |
/var/bootstrap.php.cache | |
/bin/* | |
!bin/console | |
!bin/symfony_requirements | |
# Assets and user uploads | |
/web/bundles/ | |
/web/uploads/ | |
# PHPUnit | |
/app/phpunit.xml | |
/phpunit.xml | |
# Build data | |
/build/ | |
# Backup entities generated with doctrine:generate:entities command | |
**/Entity/*~ | |
### Symfony Patch ### | |
/web/css/ | |
/web/js/ | |
# End of https://www.gitignore.io/api/git,node,macos,grunt,symfony,laravel,angular,codekit,sublimetext,phpstorm+all,jetbrains+all | |
# Created by https://www.gitignore.io/api/wordpress | |
### WordPress ### | |
*.log | |
wp-config.php | |
wp-content/advanced-cache.php | |
wp-content/backup-db/ | |
wp-content/backups/ | |
wp-content/blogs.dir/ | |
wp-content/cache/ | |
wp-content/upgrade/ | |
wp-content/uploads/ | |
wp-content/wp-cache-config.php | |
wp-content/plugins/hello.php | |
/.htaccess | |
/license.txt | |
/readme.html | |
/sitemap.xml | |
/sitemap.xml.gz | |
# End of https://www.gitignore.io/api/wordpress |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment