xmpp.chapril.org-conversejs/.gitignore
JC Brand 38c9a9e10c Rework the way builds are created.
Builds are now themselves UMD modules, so they could be `require`'d like any
other AMD module or they can still be used as old ES5 modules with globals.

Additionally the build is now closured, so that the almond API doesn't pollute
the global context with `define` or `require`. This does however mean that
`require` can no longer be used outside of the build (unless requirej.s is
included directly.
2017-02-27 09:00:45 +00:00

64 lines
700 B
Plaintext

*~
.sw?
*.mo
*.kpf
.*.sw?
.*.cfg
.hg/
.bzr/
.svn/
.project
.pydevproject
analytics.js
.idea
eggs
.Python
dev-jc.html
converse-logs/*.html
# Ruby/Sass/Bundler
.bundle
.sass-cache
ruby
bourbon
Backbone.Overview
tags
stamp-npm
stamp-bower
stamp-bundler
# Sphinx
docs/html
docs/doctrees
# Node.js
node_modules
# Virtualenv/Buildout
lib
include
bin
develop-eggs
# OSX
.DS_Store
# Builds
dist/converse-no-dependencies.min.js
dist/converse-no-locales-no-otr.js
dist/converse-no-locales-no-otr.min.js
dist/converse-no-otr.js
dist/converse-no-otr.min.js
dist/converse.min.js
dist/converse-no-jquery.js
dist/converse-no-jquery.min.js
dist/converse-mobile.min.js
css/*.map
css/*.min.css
.sv?
/vendor/