diff --git a/.gitignore b/.gitignore index 5d373bb8..257ed51d 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,7 @@ config.local.js build_output tmp + +src/js/built-temp +translations/tmp +gulp/additional_build_files diff --git a/electron/.gitignore b/electron/.gitignore deleted file mode 100644 index 0cdb30f4..00000000 --- a/electron/.gitignore +++ /dev/null @@ -1 +0,0 @@ -mods/*.js \ No newline at end of file diff --git a/gulp/.gitignore b/gulp/.gitignore deleted file mode 100644 index 80dc3c89..00000000 --- a/gulp/.gitignore +++ /dev/null @@ -1 +0,0 @@ -additional_build_files diff --git a/src/js/.gitignore b/src/js/.gitignore deleted file mode 100644 index d71c2f1e..00000000 --- a/src/js/.gitignore +++ /dev/null @@ -1 +0,0 @@ -built-temp diff --git a/translations/.gitignore b/translations/.gitignore deleted file mode 100644 index 6f7f420d..00000000 --- a/translations/.gitignore +++ /dev/null @@ -1 +0,0 @@ -tmp