diff --git a/.gitignore b/.gitignore index 21166e6f..3bf4f7c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -xcuserdata/ \ No newline at end of file +xcuserdata/ +.devcontainer/ \ No newline at end of file diff --git a/ci_scripts/ci_post_clone.sh b/ci_scripts/ci_post_clone.sh index cb342983..29a2a368 100755 --- a/ci_scripts/ci_post_clone.sh +++ b/ci_scripts/ci_post_clone.sh @@ -7,4 +7,4 @@ tar -xf node-16.tar.gz -C /Users/local/Homebrew/Cellar/node-16/16/ --strip-compo brew link node-16 -brew install swiftlint \ No newline at end of file +# brew install swiftlint \ No newline at end of file