mirror of
https://github.com/documize/community.git
synced 2025-08-05 21:45:28 +02:00
28 lines
360 B
Text
28 lines
360 B
Text
public/tinymce/**
|
|
public/tinymce/
|
|
public/tinymce
|
|
public/codemirror/**
|
|
public/codemirror/
|
|
public/codemirror
|
|
|
|
# unconventional js
|
|
/blueprints/*/files/
|
|
/vendor/
|
|
|
|
# compiled output
|
|
/dist/
|
|
/dist-prod/
|
|
/tmp/
|
|
|
|
# dependencies
|
|
/bower_components/
|
|
/node_modules/
|
|
|
|
# misc
|
|
/coverage/
|
|
!.*
|
|
|
|
# ember-try
|
|
/.node_modules.ember-try/
|
|
/bower.json.ember-try
|
|
/package.json.ember-try
|