diff options
author | Dan Toft <dt@evobis.dk> | 2021-05-12 10:56:36 +0200 |
---|---|---|
committer | Dan Toft <tanddant@gmail.com> | 2021-05-12 10:56:57 +0200 |
commit | f3483b0072708b7bece1a7b79ffb74989b3c4466 (patch) | |
tree | 2fe1fdcfb0dea0a05a83ca06df78655933ee2c69 | |
parent | b2ccc4644b997fa2e86da5ae37f3b053c39f3d7b (diff) | |
download | gitignore-f3483b0072708b7bece1a7b79ffb74989b3c4466.tar.gz gitignore-f3483b0072708b7bece1a7b79ffb74989b3c4466.zip |
Added SPFx (SharePoint Framework) gitignore
-rw-r--r-- | SPFx.gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/SPFx.gitignore b/SPFx.gitignore new file mode 100644 index 00000000..ac0c4307 --- /dev/null +++ b/SPFx.gitignore @@ -0,0 +1,33 @@ +#SharePoint Framework (SPFx) +# Logs +logs +*.log +npm-debug.log* + +# Dependency directories +node_modules + +# Build generated files +dist +lib +solution +temp +*.sppkg + +# Coverage directory used by tools like istanbul +coverage + +# OSX +.DS_Store + +# Visual Studio files +.ntvs_analysis.dat +.vs +bin +obj + +# Resx Generated Code +*.resx.ts + +# Styles Generated Code +*.scss.ts
\ No newline at end of file |