### ### ### # Contains templates from .ignore v1.5 # Written by Jakub Chrzanowski, et. al. # Available at https://github.com/hsz/idea-gitignore # Licensed under the The MIT License (MIT) ### ### ### ### Exising Entries *.classpath *.project *.settings semantic.cache* *~ nbproject FreeCol.log FreeCol*.jar src/*.MF build/installer/ build/net/ doc/specification_*.html doc/*.aux doc/*.idx doc/*.log doc/*.out doc/*.pdf doc/*.toc dist/ a/ b/ TESTS-TestSuites.xml freecol.jar .DS_Store ### Java template # Mobile Tools for Java (J2ME) .mtj.tmp/ # Package Files # *.war *.ear # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* ### JetBrains template # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 .idea/ ## File-based project format: *.iws *.iml ## Plugin-specific files: # IntelliJ /out/ # mpeltonen/sbt-idea plugin .idea_modules/ # JIRA plugin atlassian-ide-plugin.xml # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml crashlytics.properties crashlytics-build.properties fabric.properties ### JDeveloper template # default application storage directory used by the IDE Performance Cache feature .data/ # used for ADF styles caching temp/ # default output directories classes/ deploy/ javadoc/ # lock file, a part of Oracle Credential Store Framework cwallet.sso.lck ### NetBeans template nbbuild/ nbdist/ nbactions.xml .nb-gradle/ ### Eclipse template .metadata tmp/ *.tmp *.bak *.swp *~.nib local.properties .settings/ .loadpath .recommenders # Eclipse Core .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 # JDT-specific (Eclipse Java Development Tools) .classpath # 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/ ### Linux template # temporary files which can be created if a process still has a handle open of a deleted file .fuse_hidden* # KDE directory preferences .directory # Linux trash folder which might appear on any partition or disk .Trash-* ### Windows template # Windows image file caches Thumbs.db ehthumbs.db # Folder config file Desktop.ini # Recycle Bin used on file shares $RECYCLE.BIN/ # Windows Installer files *.cab *.msi *.msm *.msp # Windows shortcuts *.lnk # debian build outputs debian/*.log debian/jh_build_stamp # latex intermediate files FreeCol.4ct FreeCol.4dx FreeCol.4ix FreeCol.4tc FreeCol.aux FreeCol.css FreeCol.dvi FreeCol.html FreeCol.idv FreeCol.idx FreeCol.lg FreeCol.out FreeCol.pdf FreeCol.toc FreeCol.xref idxmake.dvi idxmake.log ### Jekyll cache and build output www.freecol.org/.jekyll-cache www.freecol.org/.jekyll-metadata www.freecol.org/_site