22 lines
161 B
Plaintext
22 lines
161 B
Plaintext
|
# gitignore
|
||
|
# macOS
|
||
|
.DS_Store
|
||
|
|
||
|
# Window
|
||
|
*.exe
|
||
|
|
||
|
# IntelliJ
|
||
|
.idea
|
||
|
|
||
|
# VSCode
|
||
|
.vscode
|
||
|
|
||
|
# GitHub
|
||
|
.github_access_token
|
||
|
|
||
|
# Node
|
||
|
node_modules
|
||
|
|
||
|
# Ignore prettier
|
||
|
.github
|