# Common .gitignore rules
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
logs
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Node generated files #
########################
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*


# Compilation folders #
#######################
.vercel
.now
.next
out
build
dist
artifacts

# Sensitive #
#############
*.pem
.env.local

# Tests #
#########
coverage

# Rules specific to this project #
#####################
# Add the rules specific to your project below.
# If you need to disable a previous rule, don't remove it. Use the "!" to disable it.
# e.g. !coverage