#/ # @license Apache-2.0 # # Copyright (c) 2017 The Stdlib Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. #/ # Files # ######### TODO.md # Directories # ############### .github/ **/benchmark/ **/build/ **/docs/ **/examples/ reports/ support/ **/tmp/ workshops/ # Ignore test directories, except for testing dependency installation: **/test/ !/deps/test/ # Only top-level directories: /etc/ /tools/ # Node.js # ########### .npmignore # Only top-level node_modules: /node_modules/ # Logs # ######## *.log # OS generated files # ###################### .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes Icon? ehthumbs.db Thumbs.db Desktop.ini # Temporary files # ################### *~ # Git # ####### .git* .mailmap # Utilities # ############# .jshintrc .jshintignore .eslintrc* .eslintignore .pylintrc .pycodestyle .pydocstyle .travis.yml circle.yml appveyor.yml .editorconfig .codeclimate.yml .codecov.yml