Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 6a1e317

Browse files
committed
Sync up .gitignore with 'graphql-js'
1 parent c24d28d commit 6a1e317

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.gitignore

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
*.swp
2-
*~
3-
*.iml
4-
.*.haste_cache.*
5-
.DS_Store
6-
.idea
7-
npm-debug.log
1+
# This .gitignore only ignores files specific to this repository.
2+
# If you see other files generated by your OS or tools you use, consider
3+
# creating a global .gitignore file.
4+
#
5+
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
6+
# https://www.gitignore.io/
87

9-
dist
10-
integrationTmp
118
node_modules
129
coverage
10+
dist
11+
integrationTmp

0 commit comments

Comments
 (0)