diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2ccbe46 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/node_modules/ diff --git a/.idea/.gitignore b/.idea/.gitignore index 6959769..2e6354d 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -6,5 +6,6 @@ # Datasource local storage ignored files /dataSources/ /dataSources.local.xml -/unpackage/ +unpackage/ +node_modules/