2022-12-06 14:18:35 +00:00
|
|
|
*.bpmn
|
2022-12-06 14:25:51 +00:00
|
|
|
|
2022-12-06 14:18:35 +00:00
|
|
|
|
|
|
|
# Compiled class file
|
|
|
|
*.class
|
|
|
|
|
|
|
|
# Log file
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# BlueJ files
|
|
|
|
*.ctxt
|
|
|
|
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
|
|
.mtj.tmp/
|
|
|
|
|
|
|
|
# Package Files #
|
|
|
|
*.jar
|
|
|
|
*.war
|
|
|
|
*.nar
|
|
|
|
*.ear
|
|
|
|
*.zip
|
|
|
|
*.tar.gz
|
|
|
|
*.rar
|
|
|
|
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
|
|
hs_err_pid*
|
|
|
|
replay_pid*
|
|
|
|
|
|
|
|
.gradle
|
|
|
|
**/build/
|
|
|
|
!src/**/build/
|
|
|
|
|
|
|
|
# Ignore Gradle GUI config
|
|
|
|
gradle-app.setting
|
|
|
|
|
|
|
|
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
|
|
|
!gradle-wrapper.jar
|
|
|
|
|
|
|
|
# Avoid ignore Gradle wrappper properties
|
|
|
|
!gradle-wrapper.properties
|
|
|
|
|
|
|
|
# Cache of project
|
|
|
|
.gradletasknamecache
|
|
|
|
|
|
|
|
# Eclipse Gradle plugin generated files
|
|
|
|
# Eclipse Core
|
|
|
|
.project
|
|
|
|
# JDT-specific (Eclipse Java Development Tools)
|
|
|
|
.classpath
|
|
|
|
|
|
|
|
*~
|
|
|
|
|
|
|
|
# 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-*
|
|
|
|
|
|
|
|
# .nfs files are created when an open file is removed but is still being accessed
|
|
|
|
.nfs*
|
|
|
|
|
|
|
|
\#*\#
|
|
|
|
/.emacs.desktop
|
|
|
|
/.emacs.desktop.lock
|
|
|
|
*.elc
|
|
|
|
auto-save-list
|
|
|
|
tramp
|
|
|
|
.\#*
|
|
|
|
|
|
|
|
# Org-mode
|
|
|
|
.org-id-locations
|
|
|
|
*_archive
|
|
|
|
|
|
|
|
# flymake-mode
|
|
|
|
*_flymake.*
|
|
|
|
|
|
|
|
# eshell files
|
|
|
|
/eshell/history
|
|
|
|
/eshell/lastdir
|
|
|
|
|
|
|
|
# elpa packages
|
|
|
|
/elpa/
|
|
|
|
|
|
|
|
# reftex files
|
|
|
|
*.rel
|
|
|
|
|
|
|
|
# AUCTeX auto folder
|
|
|
|
/auto/
|
|
|
|
|
|
|
|
# cask packages
|
|
|
|
.cask/
|
|
|
|
dist/
|
|
|
|
|
|
|
|
# Flycheck
|
|
|
|
flycheck_*.el
|
|
|
|
|
|
|
|
# server auth directory
|
|
|
|
/server/
|
|
|
|
|
|
|
|
# projectiles files
|
|
|
|
.projectile
|
|
|
|
|
|
|
|
# directory configuration
|
|
|
|
.dir-locals.el
|
|
|
|
|
|
|
|
# network security
|
|
|
|
/network-security.data
|
|
|
|
|
|
|
|
.idea
|
|
|
|
|
|
|
|
# CMake
|
|
|
|
cmake-build-*/
|
|
|
|
|
|
|
|
# File-based project format
|
|
|
|
*.iws
|
|
|
|
|
|
|
|
# ZoKrates
|
|
|
|
out
|
|
|
|
*.r1cs
|
|
|
|
abi.json
|
|
|
|
|
|
|
|
# mpeltonen/sbt-idea plugin
|
|
|
|
.idea_modules/
|
|
|
|
|
|
|
|
# JIRA plugin
|
|
|
|
atlassian-ide-plugin.xml
|
|
|
|
|
|
|
|
# Cursive Clojure plugin
|
|
|
|
.idea/replstate.xml
|
|
|
|
|
|
|
|
# SonarLint plugin
|
|
|
|
.idea/sonarlint/
|
|
|
|
|
|
|
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
|
|
|
com_crashlytics_export_strings.xml
|
|
|
|
crashlytics.properties
|
|
|
|
crashlytics-build.properties
|
|
|
|
fabric.properties
|
|
|
|
|
|
|
|
.zokrates
|