1
- # Ignore all files
2
- *
3
-
4
- # But not these directories and their contents
5
- ! src /
6
- ! src /main /
7
- ! src /main /java /
8
- ! src /test /
9
- ! src /test /java /
10
-
11
- # Do not ignore specific file types in the included directories
12
- ! * .java
13
- ! * .xml
14
-
15
- # Do not ignore specific configuration files
16
- ! .gitignore
17
- ! pom.xml
18
-
19
- # Ignore IDE-specific files
20
- # IntelliJ
21
- .idea /
22
- * .iml
1
+ * /bin /*
2
+ bin /
3
+
4
+ * .class
5
+
6
+ # Package Files #
7
+ * .jar
8
+ * .war
9
+ * .ear
10
+
23
11
24
12
# Eclipse
25
- .project
26
- .classpath
27
13
.settings /
14
+ * .project
15
+ * .classpath
16
+ .prefs
17
+ * .prefs
18
+ .metadata /
19
+
20
+ # Intellij
21
+ .idea /
22
+ * .iml
23
+ * .iws
24
+ out /
25
+
26
+ # VSCode
27
+ .vscode /
28
28
29
- # NetBeans
30
- nbproject /
31
- nbbuild /
32
- dist /
33
- nbdist /
34
- .nb-gradle /
29
+ # Mac
30
+ .DS_Store
35
31
36
- # Ignore build output directories
32
+ # Maven
33
+ log /*
37
34
target /
38
35
build /
39
36
40
- # Ignore temporary files and directories
41
- * .log
42
- * .tmp
43
- * .bak
44
- * .swp
45
- .DS_Store
46
- Thumbs.db
37
+ # Gradle
38
+ .gradle /
39
+
40
+ spring-openid /src /main /resources /application.properties
41
+ .recommenders /
42
+ /spring-hibernate4 /nbproject /
43
+
44
+ spring-all /* .log
45
+
46
+ SpringDataInjectionDemo /.mvn /wrapper /maven-wrapper.properties
47
+
48
+ spring-call-getters-using-reflection /.mvn /wrapper /maven-wrapper.properties
49
+
50
+ spring-check-if-a-property-is-null /.mvn /wrapper /maven-wrapper.properties
51
+ * .springBeans
52
+
53
+ 20171220-JMeter.csv
54
+
55
+ .factorypath
56
+ dependency-reduced-pom.xml
57
+ * .so
58
+ * .dylib
59
+ * .dll
60
+
61
+ xml /src /test /resources /example_dom4j_new.xml
62
+ xml /src /test /resources /example_dom4j_updated.xml
63
+ xml /src /test /resources /example_jaxb_new.xml
64
+ core-java-io /hard_link.txt
65
+ core-java-io /target_link.txt
66
+ core-java /src /main /java /com /baeldung /manifest /MANIFEST.MF
67
+ ethereum /logs /
68
+ testing-modules /jmeter /src /main /resources /* -JMeter.csv
69
+ testing-modules /jmeter /src /main /resources /* -Basic * .csv
70
+ testing-modules /jmeter /src /main /resources /* -JMeter * .csv
71
+ testing-modules /jmeter /src /main /resources /* ReportsDashboard * .csv
72
+ testing-modules /jmeter /src /main /resources /dashboard /* ReportsDashboard * .csv
73
+ testing-modules /jmeter /src /main /resources /* FileExtractionExample.csv
74
+ testing-modules /jmeter /src /main /resources /* _Summary-Report.csv
75
+
76
+ ninja /devDb.mv.db
77
+
78
+ ** /node_modules /
79
+ ** /dist
80
+ ** /tmp
81
+ ** /out-tsc
82
+ ** /nbproject /
83
+ ** /nb-configuration.xml
84
+
85
+
86
+ persistence-modules /hibernate5 /transaction.log
87
+ apache-avro /src /main /java /com /baeldung /avro /model /
88
+ jta /transaction-logs /
89
+ software-security /sql-injection-samples /derby.log
90
+ spring-soap /src /main /java /com /baeldung /springsoap /gen /
91
+ /report- * .json
92
+ transaction.log
93
+ * -shell.log
94
+ customers.xml
95
+
96
+ apache-cxf /cxf-aegis /baeldung.xml
97
+ testing-modules /report- * .json
98
+
99
+ libraries-2 /* .db
100
+
101
+ apache-spark /data /output
102
+ logs /
103
+ libraries-data-io /* .docx
104
+ persistence-modules /spring-hibernate-5 /com. *
105
+ spring-boot-modules /spring-boot-react /frontend /build
106
+ spring-boot-modules /spring-boot-react /frontend /node
107
+ spring-boot-modules /spring-boot-react /frontend /yarn.lock
108
+ spring-boot-modules /spring-boot-properties-3 /* .log
109
+ spring-boot-modules /spring-boot-properties-3 /* .gz
110
+
111
+ # SDKMan
112
+ .sdkmanrc
113
+
114
+ # Localstack
115
+ ** /.localstack
116
+
117
+ # libraries-2
118
+ libraries-2 /employee *
119
+ libraries-2 /src /test /resources /crawler4j /**
120
+
121
+ # web-modules/ninja
122
+ devDb * .db
123
+
124
+ # jaxb
125
+ * .xjb
126
+
127
+ # neo4j
128
+ persistence-modules /neo4j /data /**
129
+ /deep-shallow-copy /.mvn /wrapper
130
+ /deep-shallow-copy /mvnw
131
+ /deep-shallow-copy /mvnw.cmd
132
+
133
+ # spring-5-webflux-2
134
+ ** /testdb.mv.db
135
+
136
+ /patterns-modules /design-patterns-creational-2 /app.log
137
+ /microservices-modules /micronaut-reactive /.micronaut /test-resources /test-resources.properties
138
+ /libraries-security /src /main /resources /home /upload /test_file_SCP.txt
139
+ /libraries-security /src /main /resources /home /upload /test_file_SFTP.txt
140
+ /libraries-data-io /src /test /resources /protocols /gson_user.json
141
+ /libraries-io /src /main /resources /application.csv
142
+ /libraries-io /src /main /resources /application2.csv
143
+ /libraries-io /src /main /resources /application3.csv
144
+ /libraries-io /src /main /resources /application4.csv
145
+ /persistence-modules /hibernate6 /finalRecordingTestMvn.jfr
146
+ /core-java-modules /core-java-io-conversions-3 /src /test /resources /xlsxToCsv_output.csv
147
+ /core-java-modules /core-java-io-5 /output.txt
148
+ /core-java-modules /core-java-io-apis-2 /sample.txt
149
+ /persistence-modules /core-java-persistence-3 /test.mv.db
150
+ /apache-libraries /src /main /java /com /baeldung /apache /avro /
151
+ /apache-libraries-2 /cars.avro
152
+
153
+ # spring-cloud
154
+ /spring-cloud-modules /spring-cloud-bootstrap /gateway /src /main /resources /static /home /3rdpartylicenses.txt
155
+ /spring-cloud-modules /spring-cloud-bootstrap /gateway /src /main /resources /static /home /prerendered-routes.json
156
+ /spring-cloud-modules /spring-cloud-bootstrap /gateway /src /main /resources /static /home /browser /*
157
+ /spring-cloud-modules /spring-cloud-bootstrap /gateway /src /main /resources /static /home /server /*
158
+
159
+ /web-modules /linkrest /src /main /java /com /baeldung /cayenne /auto /_Department.java
160
+ /web-modules /linkrest /src /main /java /com /baeldung /cayenne /auto /_Employee.java
0 commit comments