blob: 6d196ae6ccbf8be29f9c80c78b6f1ebd6edd4d34 [file] [log] [blame]
# Ignore files and directories that start with .
.*
.*/
target
/bin/
# IntelliJ files
*.iml
**/*.iml
# Node, NPM and Yarn files
node
node_modules
yarn.lock
# React
*.log
logs
**/*.backup.*
**/*.back.*
bower_components
# Exclude .gitignore from ignore list
!/.gitignore