diff options
author | Martin Woodward <martinwoodward@github.com> | 2021-05-25 11:44:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 11:44:57 +0100 |
commit | f308ca341dffc044b9d205080c2678ff8044187d (patch) | |
tree | 33f6d417b7c3a9831554a64639e45c858a944072 /community | |
parent | f3483b0072708b7bece1a7b79ffb74989b3c4466 (diff) | |
download | gitignore-f308ca341dffc044b9d205080c2678ff8044187d.tar.gz gitignore-f308ca341dffc044b9d205080c2678ff8044187d.zip |
Moved into community folder
Diffstat (limited to 'community')
-rw-r--r-- | community/SPFx.gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/community/SPFx.gitignore b/community/SPFx.gitignore new file mode 100644 index 00000000..5a66b341 --- /dev/null +++ b/community/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 |