-
Notifications
You must be signed in to change notification settings - Fork 0
/
.prettierignore
32 lines (26 loc) · 1.02 KB
/
.prettierignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
**/node_modules
**/dist
**/build
.github
.yarn
# IDE
.idea
.vscode
*.sublime-project
*.sublime-workspace
# OS
.DS_Store
Thumbs.db
```
## License
MIT
## Author
[Imomo]
## References
- [GitHub Help: Ignoring files](https://help.github.com/articles/ignoring-files/)
- [GitHub Help: Creating a .gitignore file](https://help.github.com/articles/creating-a-gitignore-file/)
- [GitHub Help: Ignoring files from a repository](https://help.github.com/articles/ignoring-files-from-a-repository/)
- [GitHub Help: Removing sensitive data from a repository](https://help.github.com/articles/removing-sensitive-data-from-a-repository/)
- [GitHub Help: Removing files from a repository's history](https://help.github.com/articles/removing-files-from-a-repository-s-history/)
- [GitHub Help: Purging a file from your repository's history](https://help.github.com/articles/purging-a-file-from-your-repository-s-history/)
- [GitHub Help: Removing sensitive data from a repository](https://help.github.com/articles/removing-sensitive-data-from-a-repository/)