chore(watch_dir): added .gitignore

This commit is contained in:
dancingCycle 2021-12-01 11:25:57 -05:00
parent 9a1ee5bd25
commit c6af91e64c
1 changed files with 31 additions and 0 deletions

31
watch_dir/.gitignore vendored Normal file
View File

@ -0,0 +1,31 @@
# Files
.classpath
.externalToolBuilders
.gradle
.project
.pydevproject
.settings
.sonar
*~
*.ipr
*.iml
*.iws
*.swp
*.DS_Store
*.snap.debug
dependency-reduced-pom.xml
# Directories
.idea/
.run/
.venv/
_site/
build/
dist/
docs/_build/
gen-java/
gen-javabean/
gen-py/
node_modules/
target/