diff options
author | Unknwon <u@gogs.io> | 2015-08-28 16:44:04 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-28 16:44:04 +0800 |
commit | 46bee50e45ef8f3e9f3727649fa24d50bb2fc782 (patch) | |
tree | 3b55f109f957c54890972d533af435d3a3ed8e96 /conf/gitignore/NetBeans | |
parent | 4cfa2ca40d4f211a124ab9973dfc814190b758b9 (diff) | |
download | gitea-46bee50e45ef8f3e9f3727649fa24d50bb2fc782.tar.gz gitea-46bee50e45ef8f3e9f3727649fa24d50bb2fc782.zip |
complate list of gitignores and licenses
Diffstat (limited to 'conf/gitignore/NetBeans')
-rw-r--r-- | conf/gitignore/NetBeans | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/gitignore/NetBeans b/conf/gitignore/NetBeans new file mode 100644 index 0000000000..debe0e48ef --- /dev/null +++ b/conf/gitignore/NetBeans @@ -0,0 +1,8 @@ +nbproject/private/ +build/ +nbbuild/ +dist/ +nbdist/ +nbactions.xml +nb-configuration.xml +.nb-gradle/ |