playwright/.gitattributes
Dmitry Gozman 4ff7e1a419
chore: cleanup our build system (#4903)
- Consolidate our build and watch to a single build.js file.
- Update contributing docs.
- Remove unused scripts and package.json script entries.
2021-01-06 12:41:17 -08:00

6 lines
106 B
Plaintext

# text files must be lf for golden file tests to work
*.txt eol=lf
*.json eol=lf
*.md eol=lf
*.yml eol=lf