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 <[email protected]> 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
