build(aio): use own .gitignore
file
This commit is contained in:

committed by
Miško Hevery

parent
f92591054b
commit
4cef5dddc6
11
aio/.gitignore
vendored
Normal file
11
aio/.gitignore
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
# Ignore node_modules
|
||||
node_modules
|
||||
|
||||
# Ignore npm/yarn debug log
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
|
||||
# Ignore generated content
|
||||
/dist
|
||||
/src/content/docs
|
||||
/.sass-cache
|
Reference in New Issue
Block a user