mirror of
https://github.com/toptal/gitignore.io.git
synced 2021-05-12 18:32:24 +03:00
6 lines
146 B
Plaintext
6 lines
146 B
Plaintext
/.build/* # Build folder
|
|
/public/* # ignore all public resources
|
|
/.* # any hidden (dot) files
|
|
*.md # Markdown files
|
|
*.css # CSS files
|