mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-03 15:07:33 +02:00
24 lines
200 B
Plaintext
24 lines
200 B
Plaintext
# Media
|
|
**/media
|
|
|
|
# Tests
|
|
**/test
|
|
|
|
# Coverage Reports
|
|
**/.nyc_output/
|
|
**/coverage/
|
|
|
|
# ESLint
|
|
.eslint*
|
|
|
|
# CI
|
|
.nycrc
|
|
.travis.yml
|
|
.codeclimate.yml
|
|
|
|
# IDE Specific
|
|
.vscode
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
Desktop.ini |