Skip to content

Instantly share code, notes, and snippets.

View vali-mohammadi's full-sized avatar
✌️

Vali Ollah (Kave) Mohammadi vali-mohammadi

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