# jsdoc docs/ ### # + IDEs / DevEnv # ================================================================== # JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm /*.iml .idea/ .idea_modules/ *.ipr *.iws # visual studio code .vscode # eclipse pdt .project # Dreamweaver _notes dwsync.xml # Sublime Text *.tmlanguage.cache *.tmPreferences.cache *.stTheme.cache *.sublime-workspace *.sublime-project .sublime-grunt.cache sftp-config.json # Jenkins, Vagrant build/* .vagrant/ # Node, Bower, Sass, test node_modules/ npm-debug.log bower_components/ .sass-cache/ coverage/ .nyc_output/ # = IDEs / DevEnv ### # + Operating systems # ================================================================== # Linux *~ .directory .ssh/ # Windows thumbs.db Thumbs.db ehthumbs.db Desktop.ini $RECYCLE.BIN/ *.lnk # OSX .DS_Store .AppleDouble .LSOverride Icon ._* .Spotlight-V100 .Trashes .AppleDB .AppleDesktop # = Operating systems ### # + Other # ================================================================== *.tmp *.bak *.swp *.map JSON /.env /.docker/**/.env docker-compose.yml dist-es5 dist-es6 cjs ### # + Do not ignore # ================================================================== !.gitignore !.gitkeep # = Do not ignore