hanze/game-client

.gitignore in main
Repositories | Summary | Log | Files

.gitignore (500B) download


 1# Idea
 2.idea/*
 3.idea_modules/*
 4
 5# Eclipse
 6.Settings/*
 7.project
 8.factorypath
 9.classpath
10
11# IntelliJ
12out/*
13target/*
14target/
15
16# Maven Configuration Files
17*.iml
18
19# Compiled class file
20*.class
21
22# Log file
23*.log
24
25# BlueJ files
26*.ctxt
27
28# Mobile Tools for Java (J2ME)
29.mtj.tmp/*
30
31# Package Files #
32*.jar
33*.war
34*.nar
35*.ear
36*.zip
37*.tar.gz
38*.rar
39
40# Ignore Settings
41settings.json
42
43# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
44hs_err_pid*
45replay_pid*
46
47.DS_Store
48
49.apt_*