commit a6f2bb132b661d1a40daa6808aa3bdc77d29523e Author: nub31 Date: Sun Jan 26 01:14:55 2025 +0100 init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9998c3d --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +# Common IntelliJ Platform excludes + +# User specific +**/.idea/**/workspace.xml +**/.idea/**/tasks.xml +**/.idea/shelf/* +**/.idea/dictionaries +**/.idea/httpRequests/ + +# Sensitive or high-churn files +**/.idea/**/dataSources/ +**/.idea/**/dataSources.ids +**/.idea/**/dataSources.xml +**/.idea/**/dataSources.local.xml +**/.idea/**/sqlDataSources.xml +**/.idea/**/dynamic.xml + +# Rider +# Rider auto-generates .iml files, and contentModel.xml +**/.idea/**/*.iml +**/.idea/**/contentModel.xml +**/.idea/**/modules.xml + +*.suo +*.user +.vs/ +[Bb]in/ +[Oo]bj/ +_UpgradeReport_Files/ +[Pp]ackages/ + +Thumbs.db +Desktop.ini +.DS_Store diff --git a/Nub.Lang/.idea/.idea.Nub.Lang/.idea/.gitignore b/Nub.Lang/.idea/.idea.Nub.Lang/.idea/.gitignore new file mode 100644 index 0000000..79fd601 --- /dev/null +++ b/Nub.Lang/.idea/.idea.Nub.Lang/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/projectSettingsUpdater.xml +/.idea.Nub.Lang.iml +/modules.xml +/contentModel.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml