You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2018/08/23 11:31:06 UTC

[myfaces-master-pom] 01/02: initial ignore list for git

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

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-master-pom.git

commit b123bdd65c462dc64d1883bfd71ead3b1dd95f80
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu Aug 23 10:39:41 2018 +0200

    initial ignore list for git
---
 .gitignore | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..14be1b9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+.idea/
+.mvn/
+*.iml
+*.ipr
+*.iws
+.checkstyle
+.classpath
+.DS_Store
+.pmd
+.eclipse-pmd
+.project
+.ruleset
+.settings/
+target/
+*.log
+bin/
+node_modules/