You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
710 B
57 lines
710 B
# Mobile Tools for Java (J2ME) |
|
.mtj.tmp/ |
|
|
|
# IntelliJ IDEA project dir |
|
.idea/ |
|
out/ |
|
|
|
# Mac file attribute |
|
.DS_Store/ |
|
.DS_Store |
|
|
|
# Package Files # |
|
# *.jar |
|
*.war |
|
*.ear |
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml |
|
hs_err_pid* |
|
|
|
*.zip |
|
/out |
|
*.iml |
|
*/target/ |
|
.idea |
|
*/*.iml |
|
logs/ |
|
*/logs/ |
|
/${log4j.rootpath}logs |
|
target/ |
|
*.bin |
|
*.log |
|
/logic/src/main/resources/servers.info |
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. |
|
|
|
# dependencies |
|
node_modules/ |
|
/.pnp |
|
.pnp.js |
|
|
|
# testing |
|
/coverage |
|
|
|
# production |
|
/build |
|
|
|
# misc |
|
.env.local |
|
.env.development.local |
|
.env.test.local |
|
.env.production.local |
|
|
|
npm-debug.log* |
|
yarn-debug.log* |
|
yarn-error.log* |
|
|
|
/log |