Skip to content

Instantly share code, notes, and snippets.

Avatar
✌️

Kave McDaniel kave-me

✌️
View GitHub Profile
@kave-me
kave-me / .prettierignore
Created December 6, 2021 14:25
Ignore formating files; my stacks includes nextjs, react, typescript
View .prettierignore
/node_modules
/coverage
/.next
/out
/build
dist/
test-fixtures/
public
docs/
src/assets/
@kave-me
kave-me / ideavim.md
Last active October 27, 2021 13:00
How do I use Ideavim plugin
View ideavim.md
@kave-me
kave-me / .gitignore
Created June 17, 2019 06:04
A general purpose .gitignore for python projects
View .gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python