This is an automated email from the ASF dual-hosted git repository. rgoers pushed a commit to branch gitignore in repository https://gitbox.apache.org/repos/asf/logging-flume-mongodb.git
commit 19127c55ac02d287feb9db4fe98a445c562d2a27 Author: Ralph Goers <[email protected]> AuthorDate: Thu Sep 3 15:08:26 2026 -0700 Add gitignore --- .gitignore | 42 ++++++++++++++++++------------------------ 1 file changed, 18 insertions(+), 24 deletions(-) diff --git a/.gitignore b/.gitignore index 5e0fa5a..732c81b 100644 --- a/.gitignore +++ b/.gitignore @@ -12,42 +12,36 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - -# Maven -target/ -.flattened-pom.xml -/.mvn/extensions.xml -/.mvn/wrapper/maven-wrapper.jar -.surefire-* - -# Node.js (used by `frontend-maven-plugin` in `logging-parent`) -node/ -node_modules/ -package-lock.json - -# IntelliJ IDEA -.idea/ -*.iml -*.iws +## # Eclipse .project +.settings .classpath -.settings/ .factorypath /.metadata/ .cache-main .cache-tests +# IntelliJ IDEA +.idea +**/*.iml + # Visual Studio Code -.vscode/ +.vscode -# NetBeans -nb-configuration.xml +# Maven +/.mvn/wrapper/maven-wrapper.jar +/.mvn/extensions.xml +.flattened-pom.xml +target/ +.surefire-* -# Editor backup files -*~ -*# +# Node.js +node +node_modules +package-lock.json # macOS .DS_Store +
