Skip to content

Commit

Permalink
Merge pull request #31 from Raruto/line-feed
Browse files Browse the repository at this point in the history
Refactor .gitignore + prevent CRLF conversion on Windows
  • Loading branch information
Raruto committed Jul 7, 2022
2 parents c3ddd8c + fbb0d28 commit ff3cde9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Auto detect text files and perform LF normalization,
# when the file has been committed with CRLF, no conversion is done.
* text=auto
33 changes: 17 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
/npm-debug.log
/node_modules
/dist
/build
.idea
*~
/documento.odt
/src/index.html
.idea
/assets/style/less/g3w-skins-custom/
/build
/config.js
/test/
/deploy/
/src/libs/sdk/g3w-ol3/config/config.js
/src/libs/sdk/config/dev/
/src/plugins/
/src/app/dev/
/src/config/keys/index.js
/cypress.env.json
/deploy/
/dist
/documento.odt
/g3w-admin/
/node_modules
/npm-debug.log
/test/
/test/config/
/src/app/__dev__/
/src/app/core/iframe/test/
/src/app/dev/
/src/config/dev/index.js
/assets/style/less/g3w-skins-custom/
/src/app/__dev__/
/src/config/keys/index.js
/src/libs/sdk/config/dev/
/src/libs/sdk/g3w-ol3/config/config.js
/src/index.html
/src/plugins/

0 comments on commit ff3cde9

Please sign in to comment.