Skip to content

Commit

Permalink
Automation initial source ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanna-lmsace committed Sep 24, 2023
1 parent 547975e commit 56f55b9
Show file tree
Hide file tree
Showing 139 changed files with 16,337 additions and 1,106 deletions.
100 changes: 100 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
# These are some examples of commonly ignored file patterns.

# You should customize this list as applicable to your project.

# Learn more about .gitignore:

# https://www.atlassian.com/git/tutorials/saving-changes/gitignore



# Node artifact files

node_modules/

dist/



# Compiled Java class files

*.class



# Compiled Python bytecode

*.py[cod]



# Log files

*.log



# Package files

*.jar



# Maven

target/

dist/



# JetBrains IDE

.idea/



# Unit test reports

TEST*.xml



# Generated by MacOS

.DS_Store



# Generated by Windows

Thumbs.db



# Applications

*.app

*.exe

*.war



# Large media files

*.mp4

*.tiff

*.avi

*.flv

*.mov

*.wmv



631 changes: 596 additions & 35 deletions README.md

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions actions/notification/amd/build/chaptersource.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions actions/notification/amd/build/chaptersource.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions actions/notification/amd/build/notification.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions actions/notification/amd/build/notification.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 56f55b9

Please sign in to comment.