mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Rename app/coffee dir to app/js
This commit is contained in:
parent
fcbb13b5bf
commit
3718c90c7a
15 changed files with 0 additions and 17 deletions
17
services/filestore/.gitignore
vendored
17
services/filestore/.gitignore
vendored
|
@ -36,28 +36,11 @@ Icon?
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
/node_modules/*
|
/node_modules/*
|
||||||
test/IntergrationTests/js/*
|
|
||||||
data/*/*
|
data/*/*
|
||||||
|
|
||||||
app.js
|
|
||||||
**/*.map
|
**/*.map
|
||||||
cluster.js
|
|
||||||
app/js/*
|
|
||||||
test/IntergrationTests/js/*
|
|
||||||
test/UnitTests/js/*
|
|
||||||
cookies.txt
|
cookies.txt
|
||||||
uploads/*
|
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
|
|
||||||
cluster.js
|
|
||||||
test/acceptance/js/
|
|
||||||
|
|
||||||
user_files/*
|
user_files/*
|
||||||
template_files/*
|
template_files/*
|
||||||
|
|
Loading…
Reference in a new issue