diff --git a/.gitignore b/.gitignore index fdf50675..bfd9e992 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,7 @@ mg # Skip build directories **/build/ -/OutlawEditor/target/ +**/target/ /Platform/Apple/tools/*/nbproject/private/ /Platform/Apple/tools/*/dist/ diff --git a/Platform/Apple/tools/jace/.gitignore b/Platform/Apple/tools/jace/.gitignore new file mode 100644 index 00000000..2f8180d0 --- /dev/null +++ b/Platform/Apple/tools/jace/.gitignore @@ -0,0 +1,6 @@ +/.settings/* +/target/ +/target/* +/.jace.conf +*.classpath +*.project