mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
4b54372466
_ Remove some references to scribtex _ Fix some issue when templates are unavailable
65 lines
811 B
Text
65 lines
811 B
Text
compileFolder
|
|
|
|
Compiled source #
|
|
###################
|
|
*.com
|
|
*.class
|
|
*.dll
|
|
*.exe
|
|
*.o
|
|
*.so
|
|
|
|
# Packages #
|
|
############
|
|
# it's better to unpack these files and commit the raw source
|
|
# git has its own built in compression methods
|
|
*.7z
|
|
*.dmg
|
|
*.gz
|
|
*.iso
|
|
*.jar
|
|
*.rar
|
|
*.tar
|
|
*.zip
|
|
|
|
# Logs and databases #
|
|
######################
|
|
*.log
|
|
*.sql
|
|
*.sqlite
|
|
|
|
# OS generated files #
|
|
######################
|
|
.DS_Store?
|
|
ehthumbs.db
|
|
Icon?
|
|
Thumbs.db
|
|
|
|
/node_modules/*
|
|
test/IntergrationTests/js/*
|
|
data/*/*
|
|
|
|
app.js
|
|
cluster.js
|
|
app/js/*
|
|
test/IntergrationTests/js/*
|
|
test/UnitTests/js/*
|
|
cookies.txt
|
|
uploads/*
|
|
public/js/editor.js
|
|
public/js/home.js
|
|
public/js/forms.js
|
|
public/js/gui.js
|
|
public/js/admin.js
|
|
public/stylesheets/mainStyle.css
|
|
public/minjs/
|
|
test/unit/js/
|
|
test/acceptence/js
|
|
|
|
user_files/*
|
|
template_files/*
|
|
|
|
**.swp
|
|
|
|
/log.json
|
|
hash_folder
|