Skip to content

Commit

Permalink
Add generated files to gitignore so we don't accidentally commit them… (
Browse files Browse the repository at this point in the history
#6446)

* add generated files to gitignore so we don't accidentally commit them or need to clean them up
  • Loading branch information
scbedd authored Jul 6, 2023
1 parent 9771bdb commit c6a88f7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,16 @@ tools/oav-traffic-converter/input-example/
tools/oav-traffic-converter/output-example/
tools/oav-traffic-converter/build/

# assets reporting
tools/assets-automation/assets-reporting/generated/
tools/assets-automation/assets-reporting/summary.md
tools/assets-automation/assets-reporting/python.md
tools/assets-automation/assets-reporting/java.md
tools/assets-automation/assets-reporting/go.md
tools/assets-automation/assets-reporting/js.md
tools/assets-automation/assets-reporting/.net.md
tools/assets-automation/assets-reporting/cpp.md

# ios
src/swift/*.xcworkspace/xcuserdata/
src/swift/**/*.xcodeproj/xcuserdata/
Expand Down

0 comments on commit c6a88f7

Please sign in to comment.