Skip to content

Commit 58816a8

Browse files
authored
Align .gitignore with the other Apache Logging repositories (#505)
The file accumulated ad-hoc entries over the years. Reorganize it into the same sections used by `logging-parent` and the other Logging repositories, so the files are easy to compare and keep in sync. Assisted-By: Claude Fable 5.1 <noreply@anthropic.com>
1 parent dfe6e64 commit 58816a8

1 file changed

Lines changed: 49 additions & 27 deletions

File tree

.gitignore

Lines changed: 49 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,53 @@
1-
# Lines that start with '#' are comments.
2-
*~
3-
*.diff
4-
*#
5-
.classpath
6-
.project
7-
.settings
8-
bin/flume-env.sh
9-
conf/flume-site.xml
10-
bin/.settings
11-
.eclipse
12-
pmd_report.html
13-
*/bin
14-
target
15-
patchprocess
16-
derby.log
17-
.idea
1+
# Licensed to the Apache Software Foundation (ASF) under one or more
2+
# contributor license agreements. See the NOTICE file distributed with
3+
# this work for additional information regarding copyright ownership.
4+
# The ASF licenses this file to You under the Apache License, Version 2.0
5+
# (the "License"); you may not use this file except in compliance with
6+
# the License. You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
16+
# Maven
17+
target/
18+
.flattened-pom.xml
19+
/.mvn/extensions.xml
20+
/.mvn/wrapper/maven-wrapper.jar
21+
.surefire-*
22+
23+
# Node.js (used by `frontend-maven-plugin` in `logging-parent`)
24+
node/
25+
node_modules/
26+
package-lock.json
27+
28+
# IntelliJ IDEA
29+
.idea/
1830
*.iml
31+
*.iws
32+
33+
# Eclipse
34+
.project
35+
.classpath
36+
.settings/
37+
.factorypath
38+
/.metadata/
39+
.cache-main
40+
.cache-tests
41+
42+
# Visual Studio Code
43+
.vscode/
44+
45+
# NetBeans
1946
nb-configuration.xml
20-
.DS_Store
21-
/.mvn/wrapper/maven-wrapper.jar
22-
**/metastore_db
23-
# Flatten Maven Plugin
24-
.flattened-pom.xml
25-
# Maven extensions
26-
.mvn/extensions.xml
2747

28-
# Node.js and dependencies
29-
/node_modules/
30-
/node/
48+
# Editor backup files
49+
*~
50+
*#
3151

52+
# macOS
53+
.DS_Store

0 commit comments

Comments
 (0)