Skip to content

Commit

Permalink
Updated : git comman files
Browse files Browse the repository at this point in the history
  • Loading branch information
PtPrashantTripathi committed May 31, 2023
1 parent ae94aff commit 24ebe99
Show file tree
Hide file tree
Showing 11 changed files with 62 additions and 55 deletions.
8 changes: 4 additions & 4 deletions .editorconfig
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
singleQuote = true
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
2 changes: 2 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[core]
filemode = false
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# These are supported funding model platforms

github: [ptprashanttripathi, vedic-lang]
github: [vedic-lang,ptprashanttripathi]
patreon: ptprashanttripathi
open_collective: ptprashanttripathi
ko_fi: ptprashanttripathi
Expand Down
Empty file modified .github/ISSUE_TEMPLATE/bug_report.md
100755 → 100644
Empty file.
Empty file modified .github/ISSUE_TEMPLATE/feature_request.md
100755 → 100644
Empty file.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

# docs
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
50 changes: 6 additions & 44 deletions .gitignore
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
# NPM #
##########
# Ignore all directories called node_modules in current folder and any subfolders.
node_modules/
.vscode/
tests/
tmp/
release/
build/
vedic/

# Packages #
############
*.7z
Expand Down Expand Up @@ -41,41 +30,14 @@ Thumbs.db
######################
*.un~

# SASS #
##########
**/.sass-cache
**/.sass-cache/*
**/.map

# Composer #
##########
!assets/js/vendor/
wpcs/
/vendor/

# Bower #
##########
assets/bower_components/*

# Codekit #
##########
/codekit-config.json
*.codekit
**.codekit-cache/*

# Compiled Files and Build Dirs #
##########
/README.html

# PhpStrom Project Files #
.idea/
library/vendors/composer
assets/img/.DS_Store

# Visual Studio Project Files #
.vs/
target
bin
old
release*
__pycache__
*.wasm

# No lock files.
package-lock.json
yarn.lock
settings.dat
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"editor.formatOnSave": true,
"workbench.settings.enableNaturalLanguageSearch": false,
"rust-analyzer.showUnlinkedFileNotification": false
}
18 changes: 18 additions & 0 deletions .vscode/vscode-git-graph.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"fileViewType": "tree",
"pullRequestConfig": {
"provider": "github",
"hostRootUrl": "https://github.com",
"sourceRemote": "origin",
"sourceOwner": "vedic-lang",
"sourceRepo": "vedic",
"destRemote": "origin",
"destOwner": "vedic-lang",
"destRepo": "vedic",
"destProjectId": "",
"destBranch": "main",
"custom": null
},
"showRemoteBranches": true,
"exportedAt": 1680333984445
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Vedic
Copyright (c) 2022 Pt. Prashant tripathi <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions README.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<a href="https://paypal.me/PtPrashantTripathi"><img height='23' src="https://img.shields.io/badge/support-PayPal-blue?logo=PayPal&style=flat-square&label=Donate" alt="Donate"/></a>
<a href='https://ko-fi.com/ptprashanttripathi' target='_blank'><img height='23' width="100" src='https://cdn.ko-fi.com/cdn/kofi3.png?v=2' alt='Buy Coffee for ptprashanttripathi' /></a>
<a href="https://www.buymeacoffee.com/ptprashant09" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="23" width="100" style="border-radius:1px" /></a>
<a href="https://ptprashanttripathi.github.io/Vedic?pa=pt1997@ybl&pn=Pt.+Prashant+Tripati" target="_blank"><img src="https://raw.githubusercontent.com/ptprashanttripathi/linkpe/main/img/linkpebadge.svg" alt="Support Via UPI" height="23" style="border-radius:1px" /></a>
<a href="upi://pay?pa=pt1997@ybl&pn=Pt.+Prashant+Tripati&tn=Vedic_Transaction" target="_blank"><img src="https://raw.githubusercontent.com/ptprashanttripathi/linkpe/main/img/linkpebadge.svg" alt="Support Via UPI" height="23" style="border-radius:1px" /></a>
</p>

> Vedic is World first Programming launguage in Sanskrit
Expand All @@ -27,7 +27,7 @@ Vedic Documentation are available at [vedic-lang.github.io](https://vedic-lang.g

## 👨‍💻 How To Use

Vedic Script is very easy to set up, just follow the [Install Instructions](https://vedic-lang.github.io/how-to-use) for your system
Vedic Script is very easy to set up, just follow the [Install Instructions](https://vedic-lang.github.io/how-to-use) for your system

## 🌐 Join us on Discord

Expand All @@ -41,12 +41,12 @@ Vedic Script is very easy to set up, just follow the [Install Instructions](http

- Twitter: [@ptprashant09](https://twitter.com/ptprashant09)
- Github: [@ptprashanttripathi](https://github.com/ptprashanttripathi)
- LinkedIn: [ptprashanttripathi](https://www.linkedin.com/in/ptprashanttripathi/)
- LinkedIn: [ptprashanttripathi](https://www.linkedin.com/in/ptprashanttripathi/)
- Dev.to : [ptprashanttripathi](https://dev.to/ptprashanttripathi)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!<br />Feel free to check [Contributing Guide](https://github.com/vedic-lang/vedic/blob/main/CONTRIBUTING.md).
Contributions, issues and feature requests are welcome!<br />Feel free to check [Contributing Guide](https://github.com/vedic-lang/vedic/blob/main/CONTRIBUTING.md).

## 👍 Show your support

Expand All @@ -59,6 +59,6 @@ Give a ⭐️ if this project helped you!
Copyright © 2022 [Pt. Prashant Tripathi](https://github.com/ptprashanttripathi).<br />
This project is [MIT](https://github.com/vedic-lang/vedic/blob/main/LICENSE) licensed.

***
---

_Developed with ❤️ in India 🇮🇳_

0 comments on commit 24ebe99

Please sign in to comment.