mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
9cf73f965c
Bundle all frontend code with webpack GitOrigin-RevId: 1bd93dad516c456fe1649193868e841e20459b0b
63 lines
823 B
Text
63 lines
823 B
Text
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/*
|
|
data/*
|
|
|
|
cookies.txt
|
|
requestQueueWorker.js
|
|
TpdsWorker.js
|
|
BackgroundJobsWorker.js
|
|
UserAndProjectPopulator.coffee
|
|
|
|
public/js/manifest.json
|
|
public/minjs/
|
|
|
|
public/stylesheets/style*.css
|
|
public/stylesheets/sl-style*.css
|
|
public/stylesheets/light-style*.css
|
|
public/stylesheets/ieee-style*.css
|
|
public/stylesheets/*.map
|
|
|
|
Gemfile.lock
|
|
|
|
*.swp
|
|
.DS_Store
|
|
|
|
docker-shared.yml
|
|
|
|
config/*.coffee
|
|
|
|
modules/**/Makefile
|