From 799106928217c306e329eb18c8f140cd0b0e648e Mon Sep 17 00:00:00 2001 From: bruno DA SILVA Date: Mon, 3 Sep 2018 12:13:57 +0200 Subject: [PATCH] .gitignore completion - cache - logs - composer's vendor dir --- .gitignore | 220 ++++++++++++++++++++++++++++------------------------- 1 file changed, 117 insertions(+), 103 deletions(-) diff --git a/.gitignore b/.gitignore index f416fd47e..44b43a8f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,103 +1,117 @@ - -conf/* -env-*/* - - - -# Jetbrains -.idea/** -!.idea/encodings.xml -!.idea/codeStyles -!.idea/codeStyles/* -!.idea/inspectionProfiles -!.idea/inspectionProfiles/* - - - -# CMake -cmake-build-*/ - -# Mongo Explorer plugin -.idea/**/mongoSettings.xml - -# File-based project format -*.iws - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -# Editor-based Rest Client -.idea/httpRequests -### Eclipse template - -.metadata -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders -.project - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# CDT- autotools -.autotools - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# Annotation Processing -.apt_generated/ - -# Scala IDE specific (Scala & Java development for Eclipse) -.cache-main -.scala_dependencies -.worksheet - + +conf/* +env-*/* + +# composer reserver directory, from sources, populate/update using "composer install" +vendor/* + +# all datas but listing prevention +data/* +!data/.htaccess +!data/index.php +!data/web.config + +# all logs but listing prevention +log/* +!log/.htaccess +!log/index.php +!log/web.config + + +# Jetbrains +.idea/** +!.idea/encodings.xml +!.idea/codeStyles +!.idea/codeStyles/* +!.idea/inspectionProfiles +!.idea/inspectionProfiles/* + + + +# CMake +cmake-build-*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Editor-based Rest Client +.idea/httpRequests +### Eclipse template + +.metadata +tmp/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.settings/ +.loadpath +.recommenders +.project + +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +# PyDev specific (Python IDE for Eclipse) +*.pydevproject + +# CDT-specific (C/C++ Development Tooling) +.cproject + +# CDT- autotools +.autotools + +# Java annotation processor (APT) +.factorypath + +# PDT-specific (PHP Development Tools) +.buildpath + +# sbteclipse plugin +.target + +# Tern plugin +.tern-project + +# TeXlipse plugin +.texlipse + +# STS (Spring Tool Suite) +.springBeans + +# Code Recommenders +.recommenders/ + +# Annotation Processing +.apt_generated/ + +# Scala IDE specific (Scala & Java development for Eclipse) +.cache-main +.scala_dependencies +.worksheet +