1 2 # intellij files 3 .idea/ 4 *.iml 5 *.ipr 6 *.iws 7 build-idea/ 8 out/ 9 10 # include shared intellij config 11 !.idea/scopes/x_pack.xml 12 !.idea/inspectionProfiles/Project_Default.xml 13 14 # These files are generated in the main tree by IntelliJ 15 benchmarks/src/main/generated/* 16 17 # eclipse files 18 .project 19 .classpath 20 .settings 21 build-eclipse/ 22 23 # netbeans files 24 nb-configuration.xml 25 nbactions.xml 26 27 # gradle stuff 28 .gradle/ 29 build/ 30 31 # vscode stuff 32 .vscode/ 33 34 # testing stuff 35 **/.local* 36 .vagrant/ 37 /logs/ 38 39 # osx stuff 40 .DS_Store 41 42 # default folders in which the create_bwc_index.py expects to find old es versions in 43 /backwards 44 /dev-tools/backwards 45 46 # needed in case docs build is run...maybe we can configure doc build to generate files under build? 47 html_docs 48 49 # random old stuff that we should look at the necessity of... 50 /tmp/ 51 eclipse-build 52 53 # projects using testfixtures 54 testfixtures_shared/ 55 56 # These are generated from .ci/jobs.t, .ci/templates.t and .ci/views.t 57 .ci/jobs/ 58 .ci/templates/ 59 .ci/views/