This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new e40f9ac  chore: update gitignore to ignore idea and vscode (#160)
e40f9ac is described below

commit e40f9acaeb8d169600d9e10519b49c3b3bfdae1b
Author: Seth Falco <s...@falco.fun>
AuthorDate: Fri Jul 9 16:07:26 2021 +0200

    chore: update gitignore to ignore idea and vscode (#160)
---
 .gitignore | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 29d77cb..4b377d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-### 
https://raw.github.com/github/gitignore/14b7566ce157ce95b07006466bacee160f242284/maven.gitignore
+### https://github.com/github/gitignore/blob/master/Maven.gitignore
 
 target/
 pom.xml.tag
@@ -6,9 +6,18 @@ pom.xml.releaseBackup
 pom.xml.versionsBackup
 pom.xml.next
 release.properties
+dependency-reduced-pom.xml
+buildNumber.properties
+.mvn/timing.properties
+# https://github.com/takari/maven-wrapper#usage-without-binary-jar
+.mvn/wrapper/maven-wrapper.jar
 
 
-/.classpath
-/.project
-/.settings/
-/commons-csv.iml
+.classpath
+.project
+.settings/
+
+/.idea/
+*.iml
+
+/.vscode/

Reply via email to