Spaces:
Runtime error
Runtime error
DrBenjamin
commited on
Commit
•
b56c332
1
Parent(s):
6ef8e7d
added files
Browse files- .gitignore +14 -0
- images/Hugging_Face.png +0 -0
.gitignore
CHANGED
@@ -44,3 +44,17 @@ HRStaffPortal.iml
|
|
44 |
# Gradle
|
45 |
.idea/**/gradle.xml
|
46 |
.idea/**/libraries
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
# Gradle
|
45 |
.idea/**/gradle.xml
|
46 |
.idea/**/libraries
|
47 |
+
|
48 |
+
# Stuff
|
49 |
+
.idea/**/fileTemplates/
|
50 |
+
.idea/**/fileTemplates.internal/
|
51 |
+
.idea/**/ChatGPTCopilotChannelManager.xml
|
52 |
+
.idea/**/*.xml
|
53 |
+
.idea/**/.gitignore
|
54 |
+
.idea/**/misc.xml
|
55 |
+
.idea/**/modules.xml
|
56 |
+
.idea/**/profiles_settings.xml
|
57 |
+
.idea/**/vcs.xml
|
58 |
+
.idea/**/🤖AI Demo.iml
|
59 |
+
./idea/**/Project_Default.xml
|
60 |
+
.
|
images/Hugging_Face.png
ADDED