mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
[misc] cleanup .dockerignore and .gitignore files (#25312)
- Remove settings ignore, they are inconsistent and break local prettier - Remove .dockerignore files, only root ignore file is used - Move .idea/.run/*.swp/coverage to root - Remove .npmrc entries, we are no longer writing the rc file - Remove node_modules/.DS_Store, is contained in root - Remove cruft GitOrigin-RevId: 3025fd5acaef343312f55149466c638e759a6e1f
This commit is contained in:
@@ -1 +0,0 @@
|
||||
node_modules/
|
||||
46
libraries/access-token-encryptor/.gitignore
vendored
46
libraries/access-token-encryptor/.gitignore
vendored
@@ -1,46 +0,0 @@
|
||||
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/*
|
||||
data/*/*
|
||||
|
||||
**.swp
|
||||
|
||||
/log.json
|
||||
hash_folder
|
||||
|
||||
.npmrc
|
||||
@@ -1 +0,0 @@
|
||||
node_modules/
|
||||
3
libraries/fetch-utils/.gitignore
vendored
3
libraries/fetch-utils/.gitignore
vendored
@@ -1,3 +0,0 @@
|
||||
|
||||
# managed by monorepo$ bin/update_build_scripts
|
||||
.npmrc
|
||||
@@ -1 +0,0 @@
|
||||
node_modules/
|
||||
3
libraries/logger/.gitignore
vendored
3
libraries/logger/.gitignore
vendored
@@ -1,3 +0,0 @@
|
||||
node_modules
|
||||
|
||||
.npmrc
|
||||
@@ -1 +0,0 @@
|
||||
node_modules/
|
||||
3
libraries/metrics/.gitignore
vendored
3
libraries/metrics/.gitignore
vendored
@@ -1,3 +0,0 @@
|
||||
node_modules
|
||||
|
||||
.npmrc
|
||||
@@ -1 +0,0 @@
|
||||
node_modules/
|
||||
3
libraries/mongo-utils/.gitignore
vendored
3
libraries/mongo-utils/.gitignore
vendored
@@ -1,3 +0,0 @@
|
||||
|
||||
# managed by monorepo$ bin/update_build_scripts
|
||||
.npmrc
|
||||
@@ -1 +0,0 @@
|
||||
node_modules/
|
||||
5
libraries/o-error/.gitignore
vendored
5
libraries/o-error/.gitignore
vendored
@@ -1,5 +0,0 @@
|
||||
.nyc_output
|
||||
coverage
|
||||
node_modules/
|
||||
|
||||
.npmrc
|
||||
@@ -1 +0,0 @@
|
||||
node_modules/
|
||||
4
libraries/object-persistor/.gitignore
vendored
4
libraries/object-persistor/.gitignore
vendored
@@ -1,4 +0,0 @@
|
||||
/node_modules
|
||||
*.swp
|
||||
|
||||
.npmrc
|
||||
@@ -1 +0,0 @@
|
||||
node_modules/
|
||||
5
libraries/overleaf-editor-core/.gitignore
vendored
5
libraries/overleaf-editor-core/.gitignore
vendored
@@ -1,5 +0,0 @@
|
||||
/coverage
|
||||
/node_modules
|
||||
|
||||
# managed by monorepo$ bin/update_build_scripts
|
||||
.npmrc
|
||||
@@ -1 +0,0 @@
|
||||
node_modules/
|
||||
3
libraries/promise-utils/.gitignore
vendored
3
libraries/promise-utils/.gitignore
vendored
@@ -1,3 +0,0 @@
|
||||
|
||||
# managed by monorepo$ bin/update_build_scripts
|
||||
.npmrc
|
||||
@@ -1 +0,0 @@
|
||||
node_modules/
|
||||
13
libraries/ranges-tracker/.gitignore
vendored
13
libraries/ranges-tracker/.gitignore
vendored
@@ -1,13 +0,0 @@
|
||||
**.swp
|
||||
|
||||
app.js
|
||||
app/js/
|
||||
test/unit/js/
|
||||
public/build/
|
||||
|
||||
node_modules/
|
||||
|
||||
/public/js/chat.js
|
||||
plato/
|
||||
|
||||
.npmrc
|
||||
@@ -1 +0,0 @@
|
||||
node_modules/
|
||||
13
libraries/redis-wrapper/.gitignore
vendored
13
libraries/redis-wrapper/.gitignore
vendored
@@ -1,13 +0,0 @@
|
||||
**.swp
|
||||
|
||||
app.js
|
||||
app/js/
|
||||
test/unit/js/
|
||||
public/build/
|
||||
|
||||
node_modules/
|
||||
|
||||
/public/js/chat.js
|
||||
plato/
|
||||
|
||||
.npmrc
|
||||
@@ -1 +0,0 @@
|
||||
node_modules/
|
||||
5
libraries/settings/.gitignore
vendored
5
libraries/settings/.gitignore
vendored
@@ -1,5 +0,0 @@
|
||||
/.npmrc
|
||||
/node_modules
|
||||
|
||||
# managed by monorepo$ bin/update_build_scripts
|
||||
.npmrc
|
||||
@@ -1 +0,0 @@
|
||||
node_modules/
|
||||
3
libraries/stream-utils/.gitignore
vendored
3
libraries/stream-utils/.gitignore
vendored
@@ -1,3 +0,0 @@
|
||||
|
||||
# managed by monorepo$ bin/update_build_scripts
|
||||
.npmrc
|
||||
Reference in New Issue
Block a user