diff options
author | Martin Woodward <martinwoodward@github.com> | 2021-05-25 11:45:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 11:45:53 +0100 |
commit | 2ee4656dd865c162652d78806349da4fe173ec01 (patch) | |
tree | d4ffad8ced09cfd704117d73e47d0fc4ff491035 /community | |
parent | e7231f28d9e34c92e5660788b9c34aa897253284 (diff) | |
parent | f308ca341dffc044b9d205080c2678ff8044187d (diff) | |
download | gitignore-2ee4656dd865c162652d78806349da4fe173ec01.tar.gz gitignore-2ee4656dd865c162652d78806349da4fe173ec01.zip |
Merge pull request #3731 from Tanddant/master
Added SPFx (SharePoint Framework) gitignore
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 |