diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..02eac69 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +### AL ### +#Template for AL projects for Dynamics 365 Business Central +#launch.json folder +.vscode/ +#Cache folder +.alcache/ +#Symbols folder +.alpackages/ +#Snapshots folder +.snapshots/ +#Testing Output folder +.output/ +#Extension App-file +*.app +#Rapid Application Development File +rad.json +#Translation Base-file +*.g.xlf +#License-file +*.flf +#Test results file +TestResults.xml \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..9eab75f --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# action-test +testing published action