| | |
| | | # Object files |
| | | *.o |
| | | *.ko |
| | | *.obj |
| | | *.elf |
| | | # Created by https://www.gitignore.io/api/windows,intellij,java |
| | | |
| | | # Libraries |
| | | *.lib |
| | | *.a |
| | | ### Windows ### |
| | | # Windows image file caches |
| | | Thumbs.db |
| | | ehthumbs.db |
| | | |
| | | # Shared objects (inc. Windows DLLs) |
| | | *.dll |
| | | *.so |
| | | *.so.* |
| | | *.dylib |
| | | # Folder config file |
| | | Desktop.ini |
| | | |
| | | # Executables |
| | | *.exe |
| | | *.out |
| | | *.app |
| | | *.i*86 |
| | | *.x86_64 |
| | | *.hex |
| | | # Recycle Bin used on file shares |
| | | $RECYCLE.BIN/ |
| | | |
| | | # Windows Installer files |
| | | *.cab |
| | | *.msi |
| | | *.msm |
| | | *.msp |
| | | |
| | | # Windows shortcuts |
| | | *.lnk |
| | | |
| | | |
| | | ### Intellij ### |
| | | # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio |
| | | |
| | | *.iml |
| | | |
| | | ## Directory-based project format: |
| | | .idea/ |
| | | |
| | | logs/ |
| | | # if you remove the above rule, at least ignore the following: |
| | | |
| | | # User-specific stuff: |
| | | # .idea/workspace.xml |
| | | # .idea/issues.xml |
| | | # .idea/dictionaries |
| | | |
| | | # Sensitive or high-churn files: |
| | | # .idea/dataSources.ids |
| | | # .idea/dataSources.xml |
| | | # .idea/sqlDataSources.xml |
| | | # .idea/dynamic.xml |
| | | # .idea/uiDesigner.xml |
| | | |
| | | # Gradle: |
| | | # .idea/gradle.xml |
| | | # .idea/libraries |
| | | |
| | | # Mongo Explorer plugin: |
| | | # .idea/mongoSettings.xml |
| | | |
| | | ## File-based project format: |
| | | *.ipr |
| | | *.iws |
| | | |
| | | ## Plugin-specific files: |
| | | |
| | | # IntelliJ |
| | | /out/ |
| | | |
| | | # mpeltonen/sbt-idea plugin |
| | | .idea_modules/ |
| | | |
| | | # Eclipse |
| | | |
| | | .metadata/ |
| | | RemoteSystemTempFiles/ |
| | | .project |
| | | |
| | | # JIRA plugin |
| | | atlassian-ide-plugin.xml |
| | | |
| | | # Crashlytics plugin (for Android Studio and IntelliJ) |
| | | com_crashlytics_export_strings.xml |
| | | crashlytics.properties |
| | | crashlytics-build.properties |
| | | |
| | | |
| | | ### node ### |
| | | #kr.wisestone.owl/src/main/webapp/bower_components/ |
| | | |
| | | *.log |
| | | |
| | | |
| | | ### Java ### |
| | | *.class |
| | | target/ |
| | | |
| | | # 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* |
| | | |
| | | |
| | | ### Node ### |
| | | node_modules/ |