Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
.idea/dictionaries
.idea/vcs.xml
.idea/jsLibraryMappings.xml
.idea/.name
.idea/compiler.xml
.idea/copyright/profiles_settings.xml
.idea/encodings.xml
.idea/misc.xml
.idea/modules.xml

# Sensitive or high-churn files:
.idea/dataSources.ids
Expand Down Expand Up @@ -79,4 +85,17 @@ jspm_packages
# Optional REPL history
.node_repl_history

# Generated code
lib/ast.js
lib/astutil.js
lib/parser.pegjs
lib/parser.js
lib/render.js
lib/out.tex
lib/copy.tex

#Macro definitions
lib/DRMFfcns.sty
lib/DLMFfcns.sty

texer.iml
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"latedef": false,
"newcap": true,
"noarg": true,
"noempty": true,
Expand Down
Loading