Skip to content

Commit

Permalink
overhaul build
Browse files Browse the repository at this point in the history
  • Loading branch information
dmyersturnbull committed Jan 22, 2024
1 parent f23831b commit fa1f1f3
Show file tree
Hide file tree
Showing 19 changed files with 300 additions and 726 deletions.
21 changes: 21 additions & 0 deletions .editorconfig
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
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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
10 changes: 10 additions & 0 deletions .github/dependabot.yml
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
60 changes: 37 additions & 23 deletions .gitignore
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
140 changes: 0 additions & 140 deletions .idea/codeStyles/Project.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/codeStyles/codeStyleConfig.xml

This file was deleted.

36 changes: 0 additions & 36 deletions .idea/compiler.xml

This file was deleted.

29 changes: 0 additions & 29 deletions .idea/gradle.xml

This file was deleted.

Loading

0 comments on commit fa1f1f3

Please sign in to comment.