You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by gg...@apache.org on 2023/03/20 18:07:07 UTC

[mina-asyncweb] 02/04: Git ignore IDE folders and files

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/mina-asyncweb.git

commit e41d23d7cf7c50ba45cb12e06e65177e06011b43
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Mon Mar 20 12:07:09 2023 -0400

    Git ignore IDE folders and files
---
 .gitignore | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..775af3a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+/.idea/
+**/.settings/
+**/.project
+**/.classpath
+**/target/
\ No newline at end of file