forked from PharmGKB/genome-sequence-io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f23831b
commit fa1f1f3
Showing
19 changed files
with
300 additions
and
726 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Check http://editorconfig.org for more information | ||
# Useful: https://ukupat.github.io/tabs-or-spaces/ | ||
root = true | ||
|
||
[*] | ||
end_of_line = lf | ||
charset = utf-8 | ||
indent_size = 4 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
indent_style = space | ||
|
||
[*.{yml,yaml,json,scala,coffee,css,js,sh,sql,tex,xml,html,htm,hs,ml,pp,R,rb}] | ||
indent_size = 2 | ||
|
||
[*.md] | ||
indent_size = 2 | ||
trim_trailing_whitespace = false | ||
|
||
[*.{go,lua,vala,v}] | ||
indent_style = tab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Ask a question | ||
# :tyranno: url: https://github.com/${.vendor}/${project.name}/discussions/new?category=q-a | ||
url: https://github.com/dmyersturnbull/cicd/discussions/new?category=q-a | ||
about: Get help with something |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: gradle | ||
directory: / | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: weekly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,50 @@ | ||
# IntelliJ files | ||
/.idea/libraries/Gradle__*.xml | ||
/.idea/dataSources.xml | ||
/.idea/dataSources.ids | ||
/.idea/scssLintPlugin.xml | ||
/.idea/shelf | ||
/.idea/workspace.xml | ||
/.idea/watcherTasks.xml | ||
~* | ||
*~ | ||
*# | ||
Thumbs.db | ||
*.bak | ||
*.swp | ||
tmp/ | ||
|
||
# Log files and binary files | ||
# Committing a huge file could be really bad | ||
*.log | ||
*.zip | ||
*.tar.gz | ||
*.tgz | ||
*.gz | ||
*.tar | ||
*.z7 | ||
*.exe | ||
*.msi | ||
*.pkg | ||
*.dll | ||
*.so | ||
|
||
# Gradle files | ||
.gradle/ | ||
gradle/ | ||
gradlew | ||
gradlew.bat | ||
**/build/ | ||
**/out/ | ||
|
||
# Node files | ||
/node_modules/ | ||
|
||
# OS files | ||
.DS_Store | ||
._.DS_Store | ||
|
||
# Temporary files | ||
/.sass-cache | ||
*~ | ||
gradlew* | ||
.gradle/ | ||
gradle.properties | ||
|
||
/atlassian-ide-plugin.xml | ||
build/ | ||
rebel.xml | ||
*.css.map | ||
Gemfile.lock | ||
|
||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | ||
hs_err_pid* | ||
|
||
# Keep these config files | ||
!/.gitignore | ||
!/.travis.yml | ||
!/.circleci/config.yml | ||
!/.github | ||
!/.appveyor.yml | ||
!/.readthedocs.yml | ||
!/.dockerignore | ||
!/.editorconfig | ||
!/.pre-commit-config.yaml | ||
!/.scrutinizer.yml |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.