-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy path.gitignore
54 lines (46 loc) · 1.01 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Credit to: erayaraz10@
# https://medium.com/@erayaraz10/gitignore-file-examples-and-description-d2fecbd5697
# Ignore all .log files
*.log
# Ignore the local.properties file
local.properties
# Ignore all files in the bin and config directories
bin/
config/
# Ignore all .impex and .hmc.xml files
*.impex
*.hmc.xml
# Ignore the .idea directory created by IntelliJ IDEA
.idea/
# Ignore all .class files generated by the build process
**/*.class
*.classpath
**/*.iml
rebel.xml
build.xml
Generated*.java
platformhome.properties
*testclasses.xml
extensioninfo.xsd
*hmc.jar
hmc.xsd
items.xsd
beans.xsd
ruleset.xml
base.properties
# Addon specific copy folders
**/_ui/addons
**/views/addons
**/tld/addons
**/tags/addons
**/messages/addons
*_bof.jar
**/web/commonwebsrc
**/.settings/*.prefs
!**/.settings/org.eclipse.core.resources.prefs
!**/.settings/org.eclipse.jdt.core.prefs
!**/.settings/org.eclipse.jdt.ui.prefs
**/.idea/*
**/eclipsebin/*
**/.DS_Store
/**/node_modules/