diff --git a/.aiignore b/.aiignore new file mode 100644 index 00000000..0136ff4f --- /dev/null +++ b/.aiignore @@ -0,0 +1,14 @@ +# An .aiignore file follows the same syntax as a .gitignore file. +# .gitignore documentation: https://git-scm.com/docs/gitignore + +# you can ignore files +.DS_Store +*.log +*.tmp + +# or folders +dist/ +build/ +out/ + +tools/scripts/tokens.json \ No newline at end of file