CodeMirror/.gitignore

14 lines
204 B
Plaintext
Raw Permalink Normal View History

/node_modules
/npm-debug.log
/package-lock.json
2022-07-19 10:23:57 +02:00
/keymap/vim.js
/test*.html
2013-03-15 13:22:38 +01:00
.tern-*
2013-06-29 16:28:16 +02:00
*~
*.swp
2014-10-08 17:48:51 +02:00
.idea
*.iml
2016-10-02 12:12:05 +02:00
/lib/codemirror.js
/addon/runmode/runmode-standalone.js
/addon/runmode/runmode.node.js
**/.DS_Store