mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
lol i accidentaly deleted gitignore
This commit is contained in:
parent
8e7b0a9a85
commit
406c558b8a
1 changed files with 31 additions and 0 deletions
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# Royalnet ignores
|
||||||
|
config*.toml
|
||||||
|
downloads/
|
||||||
|
|
||||||
|
|
||||||
|
# Python ignores
|
||||||
|
**/__pycache__/
|
||||||
|
dist/
|
||||||
|
*.egg-info/
|
||||||
|
**/*.pyc
|
||||||
|
|
||||||
|
# PyCharm ignores
|
||||||
|
.idea/**/workspace.xml
|
||||||
|
.idea/**/tasks.xml
|
||||||
|
.idea/**/usage.statistics.xml
|
||||||
|
.idea/**/dictionaries
|
||||||
|
.idea/**/shelf
|
||||||
|
.idea/**/contentModel.xml
|
||||||
|
.idea/**/dataSources/
|
||||||
|
.idea/**/dataSources.ids
|
||||||
|
.idea/**/dataSources.local.xml
|
||||||
|
.idea/**/sqlDataSources.xml
|
||||||
|
.idea/**/dynamic.xml
|
||||||
|
.idea/**/uiDesigner.xml
|
||||||
|
.idea/**/dbnavigator.xml
|
||||||
|
.idea/**/gradle.xml
|
||||||
|
.idea/**/libraries
|
||||||
|
.idea/**/markdown-navigator.xml
|
||||||
|
.idea/**/markdown-exported-files.xml
|
||||||
|
.idea/**/misc.xml
|
||||||
|
.idea/**/*.iml
|
Loading…
Reference in a new issue