Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RNA-seq
Manage
Activity
Members
Labels
Plan
Issues
12
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
GUDMAP_RBK
RNA-seq
Commits
f343641f
There was an error fetching the commit references. Please try again later.
Commit
f343641f
authored
5 years ago
by
Gervaise Henry
🤠
Browse files
Options
Downloads
Patches
Plain Diff
Update gitignore
parent
b4be1926
3 merge requests
!37
v0.0.1
,
!11
Develop
,
!6
Develop
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitignore
+41
-58
41 additions, 58 deletions
.gitignore
with
41 additions
and
58 deletions
.gitignore
+
41
−
58
View file @
f343641f
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
# Created by https://www.gitignore.io/api/r,perl,linux,macos,python,windows,microsoftoffice
*.so
# Edit at https://www.gitignore.io/?templates=r,perl,linux,macos,python,windows,microsoftoffice
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
# Created by https://www.gitignore.io/api/r,perl,macos,linux,python,windows
# Edit at https://www.gitignore.io/?templates=r,perl,macos,linux,python,windows
### Linux ###
### Linux ###
*~
*~
...
@@ -71,6 +45,27 @@ Network Trash Folder
...
@@ -71,6 +45,27 @@ Network Trash Folder
Temporary Items
Temporary Items
.apdisk
.apdisk
### MicrosoftOffice ###
*.tmp
# Word temporary
~$*.doc*
# Word Auto Backup File
Backup of *.doc*
# Excel temporary
~$*.xls*
# Excel Backup File
*.xlk
# PowerPoint temporary
~$*.ppt*
# Visio autosave temporary files
*.~vsd*
### Perl ###
### Perl ###
!Build/
!Build/
.last_cover_stats
.last_cover_stats
...
@@ -165,15 +160,6 @@ coverage.xml
...
@@ -165,15 +160,6 @@ coverage.xml
*.mo
*.mo
*.pot
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
# Scrapy stuff:
.scrapy
.scrapy
...
@@ -183,31 +169,22 @@ docs/_build/
...
@@ -183,31 +169,22 @@ docs/_build/
# PyBuilder
# PyBuilder
target/
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
# pyenv
.python-version
.python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# celery beat schedule file
# celery beat schedule file
celerybeat-schedule
celerybeat-schedule
# SageMath parsed files
# SageMath parsed files
*.sage.py
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
# Spyder project settings
.spyderproject
.spyderproject
.spyproject
.spyproject
...
@@ -215,6 +192,11 @@ venv.bak/
...
@@ -215,6 +192,11 @@ venv.bak/
# Rope project settings
# Rope project settings
.ropeproject
.ropeproject
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# mkdocs documentation
# mkdocs documentation
/site
/site
...
@@ -226,9 +208,6 @@ dmypy.json
...
@@ -226,9 +208,6 @@ dmypy.json
# Pyre type checker
# Pyre type checker
.pyre/
.pyre/
### Python Patch ###
.venv/
### R ###
### R ###
# History files
# History files
.Rhistory
.Rhistory
...
@@ -237,6 +216,9 @@ dmypy.json
...
@@ -237,6 +216,9 @@ dmypy.json
# Session Data files
# Session Data files
.RData
.RData
# User-specific files
.Ruserdata
# Example code in package build process
# Example code in package build process
*-Ex.R
*-Ex.R
...
@@ -257,7 +239,7 @@ vignettes/*.pdf
...
@@ -257,7 +239,7 @@ vignettes/*.pdf
.httr-oauth
.httr-oauth
# knitr and R markdown default cache directories
# knitr and R markdown default cache directories
/
*_cache/
*_cache/
/cache/
/cache/
# Temporary files created by R markdown
# Temporary files created by R markdown
...
@@ -271,6 +253,7 @@ vignettes/*.pdf
...
@@ -271,6 +253,7 @@ vignettes/*.pdf
### Windows ###
### Windows ###
# Windows thumbnail cache files
# Windows thumbnail cache files
Thumbs.db
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs.db
ehthumbs_vista.db
ehthumbs_vista.db
...
@@ -293,7 +276,7 @@ $RECYCLE.BIN/
...
@@ -293,7 +276,7 @@ $RECYCLE.BIN/
# Windows shortcuts
# Windows shortcuts
*.lnk
*.lnk
# End of https://www.gitignore.io/api/r,perl,
macos,linux
,python,windows
# End of https://www.gitignore.io/api/r,perl,
linux,macos
,python,windows
,microsoftoffice
# nextflow analysis folders/files
# nextflow analysis folders/files
/test_data/*
/test_data/*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment