mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
Since plugins should never be committed to the core codebase and it is useful to be able to add plugins to the development environment adding plugins folder to the .gitignore file will stop it from appearing in the unstaged changes
38 lines
826 B
Plaintext
38 lines
826 B
Plaintext
.idea/
|
|
.gradle/
|
|
*.iml
|
|
work/
|
|
/data/
|
|
/plugins/
|
|
logs/
|
|
.DS_Store
|
|
build/
|
|
target/
|
|
*-execution-hints.log
|
|
docs/html/
|
|
docs/build.log
|
|
/tmp/
|
|
|
|
## eclipse ignores (use 'mvn eclipse:eclipse' to build eclipse projects)
|
|
## The only configuration files which are not ignored are certain files in
|
|
## .settings (as listed below) since these files ensure common coding
|
|
## style across Eclipse and IDEA.
|
|
## Other files (.project, .classpath) should be generated through Maven which
|
|
## will correctly set the classpath based on the declared dependencies.
|
|
.project
|
|
.classpath
|
|
eclipse-build
|
|
*/.project
|
|
*/.classpath
|
|
*/eclipse-build
|
|
/.settings/
|
|
!/.settings/org.eclipse.core.resources.prefs
|
|
!/.settings/org.eclipse.jdt.core.prefs
|
|
!/.settings/org.eclipse.jdt.ui.prefs
|
|
|
|
## netbeans ignores
|
|
nb-configuration.xml
|
|
nbactions.xml
|
|
|
|
/dependency-reduced-pom.xml
|