diff options
author | Curly Bryce <curlybryce@protonmail.com> | 2021-04-06 13:19:26 -0600 |
---|---|---|
committer | Curly Bryce <curlybryce@protonmail.com> | 2021-04-06 13:19:26 -0600 |
commit | d28a61759609b32ae993777c9395f8edfa4953f3 (patch) | |
tree | 9f827ad0017442d9650702793996a50e587b4a22 /.gitignore | |
download | wordsearchjava-d28a61759609b32ae993777c9395f8edfa4953f3.tar.gz wordsearchjava-d28a61759609b32ae993777c9395f8edfa4953f3.tar.bz2 wordsearchjava-d28a61759609b32ae993777c9395f8edfa4953f3.zip |
initial netbeans tes commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..abc78ba --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/.gradle/ +/build/ |