Skip to content

Commit

Permalink
Revert "Enable display of .gitattributes in the UI"
Browse files Browse the repository at this point in the history
This reverts commit 77b3453.
  • Loading branch information
mhalbritter committed Oct 17, 2024
1 parent 77b3453 commit 550cc53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion start-client/src/components/utils/Zip.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const FILE_EXTENSION = {
kts: 'kotlin',
gradle: 'groovy',
gitignore: 'git',
gitattributes: 'git',
java: 'java',
xml: 'xml',
properties: 'properties',
Expand Down
1 change: 0 additions & 1 deletion start-client/src/components/utils/__tests__/Zip.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ describe('getLanguage', () => {
expect(getLanguage('index.kts')).toBe('kotlin')
expect(getLanguage('index.gradle')).toBe('groovy')
expect(getLanguage('index.gitignore')).toBe('git')
expect(getLanguage('index.gitattributes')).toBe('git')
expect(getLanguage('index.java')).toBe('java')
expect(getLanguage('index.xml')).toBe('xml')
expect(getLanguage('index.properties')).toBe('properties')
Expand Down

0 comments on commit 550cc53

Please sign in to comment.