17 lines
175 B
Plaintext
17 lines
175 B
Plaintext
# Ignoring git folders and files
|
|
.github/
|
|
.git/
|
|
|
|
# Ignoring tests files
|
|
tests/
|
|
|
|
# Ignoring markdown files
|
|
*.md
|
|
|
|
# Ignoring social media
|
|
social/
|
|
|
|
# Ignore IDEs
|
|
.idea/
|
|
.vscode/
|