|
1 | | -# ========================= |
2 | | -# Eclipse |
3 | | -# ========================= |
4 | | -*.class |
5 | | - |
6 | | -# Mobile Tools for Java (J2ME) |
7 | | -.mtj.tmp/ |
8 | | - |
9 | | -# Package Files # |
10 | | -*.jar |
11 | | -*.war |
12 | | -*.ear |
13 | | - |
14 | | -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml |
15 | | -hs_err_pid* |
16 | | - |
17 | | -.metadata |
18 | | -bin/ |
19 | | -tmp/ |
20 | | -*.tmp |
21 | | -*.bak |
22 | | -*.swp |
23 | | -*~.nib |
24 | | -local.properties |
25 | | -.settings/ |
26 | | -.loadpath |
27 | | -.recommenders |
28 | | - |
29 | | -# Eclipse Core |
30 | | -.project |
31 | | - |
32 | | -# External tool builders |
33 | | -.externalToolBuilders/ |
34 | | - |
35 | | -# Locally stored "Eclipse launch configurations" |
36 | | -*.launch |
37 | | - |
38 | | -# PyDev specific (Python IDE for Eclipse) |
39 | | -*.pydevproject |
40 | | - |
41 | | -# CDT-specific (C/C++ Development Tooling) |
42 | | -.cproject |
43 | | - |
44 | | -# JDT-specific (Eclipse Java Development Tools) |
45 | | -.classpath |
46 | | - |
47 | | -# Java annotation processor (APT) |
48 | | -.factorypath |
49 | | - |
50 | | -# PDT-specific (PHP Development Tools) |
51 | | -.buildpath |
52 | | - |
53 | | -# sbteclipse plugin |
54 | | -.target |
55 | | - |
56 | | -# Tern plugin |
57 | | -.tern-project |
58 | | - |
59 | | -# TeXlipse plugin |
60 | | -.texlipse |
61 | | - |
62 | | -# STS (Spring Tool Suite) |
63 | | -.springBeans |
64 | | - |
65 | | -# Code Recommenders |
66 | | -.recommenders/ |
67 | | - |
68 | | -# ========================= |
69 | | -# MAVEN |
70 | | -# ========================= |
71 | | -target/ |
72 | | -pom.xml.tag |
73 | | -pom.xml.releaseBackup |
74 | | -pom.xml.versionsBackup |
75 | | -pom.xml.next |
76 | | -release.properties |
77 | | -dependency-reduced-pom.xml |
78 | | -buildNumber.properties |
79 | | -.mvn/timing.properties |
80 | | - |
81 | | -# ========================= |
82 | | -# Operating System Files |
83 | | -# ========================= |
84 | | - |
85 | | -# OSX |
86 | | -# ========================= |
87 | | - |
88 | | -.DS_Store |
89 | | -.AppleDouble |
90 | | -.LSOverride |
91 | | - |
92 | | -# Thumbnails |
93 | | -._* |
94 | | - |
95 | | -# Files that might appear in the root of a volume |
96 | | -.DocumentRevisions-V100 |
97 | | -.fseventsd |
98 | | -.Spotlight-V100 |
99 | | -.TemporaryItems |
100 | | -.Trashes |
101 | | -.VolumeIcon.icns |
102 | | - |
103 | | -# Directories potentially created on remote AFP share |
104 | | -.AppleDB |
105 | | -.AppleDesktop |
106 | | -Network Trash Folder |
107 | | -Temporary Items |
108 | | -.apdisk |
109 | | - |
110 | | -# Windows |
111 | | -# ========================= |
112 | | - |
113 | | -# Windows image file caches |
114 | | -Thumbs.db |
115 | | -ehthumbs.db |
116 | | - |
117 | | -# Folder config file |
118 | | -Desktop.ini |
119 | | - |
120 | | -# Recycle Bin used on file shares |
121 | | -$RECYCLE.BIN/ |
122 | | - |
123 | | -# Windows Installer files |
124 | | -*.cab |
125 | | -*.msi |
126 | | -*.msm |
127 | | -*.msp |
128 | | - |
129 | | -# Windows shortcuts |
130 | | -*.lnk |
| 1 | +LICENSE |
| 2 | +*.md |
| 3 | + |
| 4 | +# ========================= |
| 5 | +# Eclipse |
| 6 | +# ========================= |
| 7 | +*.class |
| 8 | + |
| 9 | +# Mobile Tools for Java (J2ME) |
| 10 | +.mtj.tmp/ |
| 11 | + |
| 12 | +# Package Files # |
| 13 | +*.jar |
| 14 | +*.war |
| 15 | +*.ear |
| 16 | + |
| 17 | +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml |
| 18 | +hs_err_pid* |
| 19 | + |
| 20 | +.metadata |
| 21 | +bin/ |
| 22 | +tmp/ |
| 23 | +*.tmp |
| 24 | +*.bak |
| 25 | +*.swp |
| 26 | +*~.nib |
| 27 | +local.properties |
| 28 | +.settings/ |
| 29 | +.loadpath |
| 30 | +.recommenders |
| 31 | + |
| 32 | +# Eclipse Core |
| 33 | +.project |
| 34 | + |
| 35 | +# External tool builders |
| 36 | +.externalToolBuilders/ |
| 37 | + |
| 38 | +# Locally stored "Eclipse launch configurations" |
| 39 | +*.launch |
| 40 | + |
| 41 | +# PyDev specific (Python IDE for Eclipse) |
| 42 | +*.pydevproject |
| 43 | + |
| 44 | +# CDT-specific (C/C++ Development Tooling) |
| 45 | +.cproject |
| 46 | + |
| 47 | +# JDT-specific (Eclipse Java Development Tools) |
| 48 | +.classpath |
| 49 | + |
| 50 | +# Java annotation processor (APT) |
| 51 | +.factorypath |
| 52 | + |
| 53 | +# PDT-specific (PHP Development Tools) |
| 54 | +.buildpath |
| 55 | + |
| 56 | +# sbteclipse plugin |
| 57 | +.target |
| 58 | + |
| 59 | +# Tern plugin |
| 60 | +.tern-project |
| 61 | + |
| 62 | +# TeXlipse plugin |
| 63 | +.texlipse |
| 64 | + |
| 65 | +# STS (Spring Tool Suite) |
| 66 | +.springBeans |
| 67 | + |
| 68 | +# Code Recommenders |
| 69 | +.recommenders/ |
| 70 | + |
| 71 | +# ========================= |
| 72 | +# MAVEN |
| 73 | +# ========================= |
| 74 | +target/ |
| 75 | +pom.xml.tag |
| 76 | +pom.xml.releaseBackup |
| 77 | +pom.xml.versionsBackup |
| 78 | +pom.xml.next |
| 79 | +release.properties |
| 80 | +dependency-reduced-pom.xml |
| 81 | +buildNumber.properties |
| 82 | +.mvn/timing.properties |
| 83 | + |
| 84 | +# ========================= |
| 85 | +# Operating System Files |
| 86 | +# ========================= |
| 87 | + |
| 88 | +# OSX |
| 89 | +# ========================= |
| 90 | + |
| 91 | +.DS_Store |
| 92 | +.AppleDouble |
| 93 | +.LSOverride |
| 94 | + |
| 95 | +# Thumbnails |
| 96 | +._* |
| 97 | + |
| 98 | +# Files that might appear in the root of a volume |
| 99 | +.DocumentRevisions-V100 |
| 100 | +.fseventsd |
| 101 | +.Spotlight-V100 |
| 102 | +.TemporaryItems |
| 103 | +.Trashes |
| 104 | +.VolumeIcon.icns |
| 105 | + |
| 106 | +# Directories potentially created on remote AFP share |
| 107 | +.AppleDB |
| 108 | +.AppleDesktop |
| 109 | +Network Trash Folder |
| 110 | +Temporary Items |
| 111 | +.apdisk |
| 112 | + |
| 113 | +# Windows |
| 114 | +# ========================= |
| 115 | + |
| 116 | +# Windows image file caches |
| 117 | +Thumbs.db |
| 118 | +ehthumbs.db |
| 119 | + |
| 120 | +# Folder config file |
| 121 | +Desktop.ini |
| 122 | + |
| 123 | +# Recycle Bin used on file shares |
| 124 | +$RECYCLE.BIN/ |
| 125 | + |
| 126 | +# Windows Installer files |
| 127 | +*.cab |
| 128 | +*.msi |
| 129 | +*.msm |
| 130 | +*.msp |
| 131 | + |
| 132 | +# Windows shortcuts |
| 133 | +*.lnk |
0 commit comments