Skip to content

Commit

Permalink
gitignore: Add .idea/sqldelight/
Browse files Browse the repository at this point in the history
SqlDelight's IDE plugin uses this file for linking query functions to .sq files and shouldn't be checked-in as its generated on every gradle sync.

Signed-off-by: Harsh Shandilya <[email protected]>
  • Loading branch information
msfjarvis authored and saket committed Dec 11, 2019
1 parent d893cf1 commit 0e1d036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ captures/
/local.properties
/.idea/caches
/.idea/libraries
/.idea/sqldelight
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
Expand Down

0 comments on commit 0e1d036

Please sign in to comment.